switch lighthouse user to standard

This commit is contained in:
TheWanderingCrow 2025-02-10 19:55:31 +00:00
parent 0eebb33588
commit 5ace176f30

View file

@ -3,8 +3,9 @@
lib,
config,
...
}: {
config.users.users.lighthouse = lib.mkIf config.user.lighthouse.enable {
}:
lib.mkIf config.user.lighthouse.enable {
config.users.users.lighthouse = {
isNormalUser = true;
initialPassword = "changeme";
extraGroups = ["wheel"];