allow for legacy boot

This commit is contained in:
2024-04-08 21:15:33 +02:00
parent 7f09dc7f9a
commit 008e6e98b7
4 changed files with 29 additions and 15 deletions

View File

@ -27,6 +27,7 @@
mutableUsers = false; # Disallow creation of new users and groups
users."admin" = {
password = "changeme"; # TODO: Maybe put a throw here.
isNormalUser = true;
extraGroups = ["wheel"];
};