hosts: source modules from workstation

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-05-03 23:13:28 +03:00
parent 7e2458b322
commit 5a6daf52ca
14 changed files with 12 additions and 281 deletions

View File

@ -2,6 +2,7 @@
inherit (builtins) readFile;
inherit (config.users.users) user;
in {
nix.settings.trusted-users = ["nix-ssh"];
nix.sshServe = {
enable = true;
write = true;