feat: Added both deploy-rs configurations
This commit is contained in:
@@ -229,7 +229,7 @@
|
|||||||
profiles.system = {
|
profiles.system = {
|
||||||
sshUser = "fs0c131y";
|
sshUser = "fs0c131y";
|
||||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.mirai;
|
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.mirai;
|
||||||
user = "fs0c131y";
|
user = "root";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ryu = {
|
ryu = {
|
||||||
@@ -237,7 +237,7 @@
|
|||||||
profiles.system = {
|
profiles.system = {
|
||||||
sshUser = "servius";
|
sshUser = "servius";
|
||||||
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.ryu;
|
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.ryu;
|
||||||
user = "servius";
|
user = "root";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,9 +9,7 @@
|
|||||||
./mirai.nix
|
./mirai.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
];
|
];
|
||||||
security = {
|
security.sudo.wheelNeedsPassword = false;
|
||||||
security.sudo.wheelNeedsPassword = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
security = {
|
security = {
|
||||||
|
sudo.wheelNeedsPassword = false;
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
pam.services.greetd.enableGnomeKeyring = true;
|
pam.services.greetd.enableGnomeKeyring = true;
|
||||||
rtkit.enable = true;
|
rtkit.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user