1
0
Fork 0

Add nix serve to hera

This commit is contained in:
Malte Brandy 2021-10-26 22:50:45 +02:00
parent aeeb3d4684
commit 0651ca9625
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -110,6 +110,10 @@ in
};
boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 204800; };
systemd.tmpfiles.rules = [ "Z /media 0770 maralorn nginx - -" ];
nix.sshServe = {
enable = true;
keys = pkgs.privateValue [ ] "ssh-keys";
};
users.users.choreutes = {
description = "choreutes";