feat: enable nix-serve

This commit is contained in:
Noa Aarts 2024-08-30 19:40:12 +02:00
parent c0b82b61f9
commit ed03b68e9b
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -88,6 +88,10 @@
settings.PasswordAuthentication = false;
settings.KbdInteractiveAuthentication = false;
};
nix-serve = {
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";
};
};
programs.zsh.enable = true;