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

@ -8,7 +8,6 @@
inherit (inputs) mysecrets;
sshKeys = f: "${mysecrets}/ssh/user/id_${f}_ed25519.pub";
in {
nix.settings.trusted-users = ["user" "nix-ssh"];
users.mutableUsers = false;
users.users = {
user = {