fix flake

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 18:36:37 -04:00
parent b2e0f44a7b
commit 870bf1f187
2 changed files with 72 additions and 84 deletions

154
flake.nix
View File

@ -250,103 +250,91 @@
}; };
}; };
# deploy.nodes.firgu = { deploy.nodes.firgu = {
# hostname = "149.248.59.1"; hostname = "149.248.59.1";
# sshUser = "root"; sshUser = "root";
# profiles.system = { profiles.system = {
# user = "root"; user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.firgu; self.nixosConfigurations.firgu;
# }; };
# }; };
# deploy.nodes.chrysalis = { deploy.nodes.chrysalis = {
# hostname = "192.168.2.29"; hostname = "192.168.2.29";
# sshUser = "root"; sshUser = "root";
# fastConnection = true; fastConnection = true;
# profiles.system = { profiles.system = {
# user = "root"; user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.chrysalis; self.nixosConfigurations.chrysalis;
# }; };
# }; };
# deploy.nodes.itsuki = { deploy.nodes.itsuki = {
# hostname = "192.168.2.174"; hostname = "192.168.2.174";
# sshUser = "root"; sshUser = "root";
# fastConnection = true; fastConnection = true;
# profiles.system = { profiles.system = {
# user = "root"; user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.itsuki; self.nixosConfigurations.itsuki;
# }; };
# }; };
# deploy.nodes.logos = { deploy.nodes.logos = {
# hostname = "192.168.2.35"; hostname = "192.168.2.35";
# sshUser = "root"; sshUser = "root";
# fastConnection = true; fastConnection = true;
# profiles.system = { profiles.system = {
# user = "root"; user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.logos; self.nixosConfigurations.logos;
# }; };
# }; };
# deploy.nodes.kos-mos = { deploy.nodes.kos-mos = {
# hostname = "192.168.2.32"; hostname = "192.168.2.32";
# sshUser = "root"; sshUser = "root";
# fastConnection = true; fastConnection = true;
# profiles.system = { profiles.system = {
# user = "root"; user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.kos-mos; self.nixosConfigurations.kos-mos;
# }; };
# }; };
# deploy.nodes.ontos = { deploy.nodes.ontos = {
# hostname = "192.168.2.34"; hostname = "192.168.2.34";
# sshUser = "root"; sshUser = "root";
# fastConnection = true; fastConnection = true;
# profiles.system = { profiles.system = {
# user = "root"; user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.ontos; self.nixosConfigurations.ontos;
# }; };
# }; };
# deploy.nodes.pneuma = { deploy.nodes.pneuma = {
# hostname = "192.168.2.33"; hostname = "192.168.2.33";
# sshUser = "root"; sshUser = "root";
# fastConnection = true; fastConnection = true;
# profiles.system = { profiles.system = {
# user = "root"; user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.pneuma; self.nixosConfigurations.pneuma;
# }; };
# }; };
# deploy.nodes.hugo = {
# hostname = "10.77.129.6";
# sshUser = "root";
# fastConnection = true;
# profiles.system = {
# user = "root";
# path = deploy-rs.lib.x86_64-linux.activate.nixos
# self.nixosConfigurations.hugo;
# };
# };
# This is highly advised, and will prevent many possible mistakes # This is highly advised, and will prevent many possible mistakes
# checks = builtins.mapAttrs checks = builtins.mapAttrs
# (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
}; };
} }

View File

@ -14,7 +14,7 @@ in {
email = "akko@xeserv.us"; email = "akko@xeserv.us";
notify_email = "akko@xeserv.us"; notify_email = "akko@xeserv.us";
registrations_open = false; registrations_open = true;
invites_enabled = true; invites_enabled = true;
limit = 69420; limit = 69420;