hosts/dunamis: move nix.sshServe to misc

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-06 15:06:31 +03:00
parent a5a2e9ceac
commit 854a3be744
3 changed files with 16 additions and 12 deletions

View File

@ -45,16 +45,4 @@
opentabletdriver.enable = false;
qmk-vial.enable = true;
virtual.libvirt.enable = true;
nix = let
inherit (builtins) readFile;
inherit (config.users.users) user;
in {
settings.trusted-users = ["nix-ssh"];
sshServe = {
enable = true;
write = true;
keys = map (f: readFile f) user.openssh.authorizedKeys.keyFiles;
};
};
}