This commit is contained in:
4DBug
2026-02-27 11:53:10 -06:00
parent 84974b56ad
commit 8ff72d5c6a
5 changed files with 22 additions and 16 deletions

View File

@@ -33,6 +33,14 @@
nixos = {
networking.hostName = "box";
users.users.levi = {
isNormalUser = true;
description = "levi";
extraGroups = [];
hashedPasswordFile = "/home/bug/users/levi.passwd";
};
};
};
}