Nix: Fix warning
This commit is contained in:
parent
69e86ebfd3
commit
14cbb1507e
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
project.name = "git";
|
||||
|
||||
networks.dmz = {
|
||||
|
|
|
@ -59,7 +59,8 @@ in {
|
|||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFlRsnLqm6Ap3yKEEhtFiWavo72df/X5Il1ZCmENUqev openpgp:0xDE189CA5"
|
||||
];
|
||||
};
|
||||
security.pam.enableSSHAgentAuth = true;
|
||||
|
||||
security.pam.sshAgentAuth.enable = true;
|
||||
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
|
|
Loading…
Reference in a new issue