Put boot partition on RAID1 device
Create users with empty password on gamepc
This commit is contained in:
parent
3e3f589e4f
commit
87153f15be
2 changed files with 22 additions and 38 deletions
|
@ -43,11 +43,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
users = {
|
||||
users.pim = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "docker" "input" "wireshark" "dialout"];
|
||||
};
|
||||
users.users.pim = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "docker" "input" "wireshark" "dialout"];
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue