Update rebuild script, make fujin use same host

This commit is contained in:
Alexander
2025-08-03 20:48:05 +02:00
parent 19b2d7517a
commit cac871d122
3 changed files with 388 additions and 39 deletions
+2
View File
@@ -3,6 +3,8 @@
let flakeInputs = lib.filterAttrs (_: lib.isType "flake") inputs;
in {
networking.hostName = username;
users.mutableUsers = false;
users.users.${username} = {