Nix: Fix warning

This commit is contained in:
GHOSCHT 2024-12-09 13:39:28 +01:00
parent 69e86ebfd3
commit 14cbb1507e
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{
project.name = "git";
networks.dmz = {

View file

@ -59,7 +59,8 @@ in {
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFlRsnLqm6Ap3yKEEhtFiWavo72df/X5Il1ZCmENUqev openpgp:0xDE189CA5"
];
};
security.pam.enableSSHAgentAuth = true;
security.pam.sshAgentAuth.enable = true;
nixpkgs = {
overlays = [