chore(ci): formatting

This commit is contained in:
arcnmx 2024-02-23 10:54:40 -08:00
parent ef5306904c
commit 6e882b5342
11 changed files with 30 additions and 44 deletions

View file

@ -32,15 +32,15 @@ in {
};
services.openssh = {
ports = mkAfter [ sshPort ];
ports = mkAfter [sshPort];
};
# required for kbd or password authentication
security.pam.services.sshd.unixAuth = mkForce true;
networking.firewall.allowedTCPPorts = [ sshPort ];
networking.firewall.allowedTCPPorts = [sshPort];
sops.secrets = {
tf-proxmox-passwd = { };
tf-proxmox-passwd = {};
tf-proxmox-identity = {
owner = username;
};