initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit a5ff38786c - Show all commits
+2 -1
View File
@@ -77,7 +77,8 @@ in
PermitRootLogin = "yes";
};
};
users.users.root.initialPassword = "sovran-remote";
users.users.root.initialPassword = lib.mkForce "sovran-remote";
users.users.root.initialHashedPassword = lib.mkForce null;
# mDNS so the machine is discoverable as sovran-installer.local
services.avahi = {