chore: run nixpkgs-fmt

This commit is contained in:
Veneficium 2024-09-01 14:59:48 +02:00
parent ce814cac82
commit b41bce8ce2
10 changed files with 22 additions and 19 deletions

View file

@ -10,4 +10,4 @@
enableSSHSupport = config.settings.programs.gnupg.ssh;
};
};
}
}

View file

@ -5,7 +5,7 @@
};
#further move these options into settings
#further move these options into settings
config = lib.mkIf config.settings.services.openssh.enable {
services.openssh = {
enable = true;
@ -19,4 +19,4 @@
};
};
};
}
}

View file

@ -9,10 +9,10 @@
security.pam = {
services.sshd = {
name = "sshd";
unixAuth = true;
unixAuth = true;
googleAuthenticator.enable = config.settings.services.pam.sshd.useGoogleAuth;
gnupg.enable = config.settings.services.pam.sshd.gnupg;
};
};
};
}
}

View file

@ -10,4 +10,4 @@
extraGroups = [ "networkmanager" "wheel" ];
};
};
}
}