fix: two typos

This commit is contained in:
Benjamin Bädorf 2023-11-06 22:05:54 +01:00 committed by b12f
parent 841757517f
commit 20fbcbb571
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@
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 = {
sshUser = username;
};

View file

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