backups #47

Merged
teutat3s merged 7 commits from feat/backups into main 2023-11-06 21:24:04 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 20fbcbb571 - Show all commits

View file

@ -80,7 +80,7 @@
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib; checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
deploy.nodes = self.pub-solar.lib.deploy.mkDeployNodes self.nixosConfigurations { deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
nachtigall = { nachtigall = {
sshUser = username; sshUser = username;
}; };

View file

@ -29,7 +29,7 @@
file = "${flake.self}/secrets/nachtigall-root-ssh-key.age"; file = "${flake.self}/secrets/nachtigall-root-ssh-key.age";
path = "/root/.ssh/id_ed25519"; path = "/root/.ssh/id_ed25519";
mode = "400"; mode = "400";
owner = root; owner = "root";
}; };
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;