From 0651ca962571c24276788c2922a84901560c693e Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Tue, 26 Oct 2021 22:50:45 +0200 Subject: [PATCH] Add nix serve to hera --- nixos/machines/hera/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/machines/hera/configuration.nix b/nixos/machines/hera/configuration.nix index 2d962721..1bd68f67 100644 --- a/nixos/machines/hera/configuration.nix +++ b/nixos/machines/hera/configuration.nix @@ -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";