mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
switch lighthouse user to standard
This commit is contained in:
parent
0eebb33588
commit
5ace176f30
1 changed files with 3 additions and 2 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue