feat: pam, ...

This commit is contained in:
Kat Inskip 2023-01-29 09:43:51 -08:00
parent 323c26e58d
commit 97a26b38ba
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 27 additions and 3 deletions

View file

@ -122,8 +122,8 @@
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${name};
};
hostname = "${name}.inskip.me";
sshOpts = ["-p" "62954"]; # "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
sshUser = "kat";
sshOpts = ["-p" "${builtins.toString (builtins.head inputs.self.nixosConfigurations.${name}.config.services.openssh.ports)}"];
sshUser = "root";
user = "root";
autoRollback = true;
magicRollback = true;