Put boot partition on RAID1 device

Create users with empty password on gamepc
This commit is contained in:
Pim Kunis 2024-11-09 12:25:07 +01:00
parent 3e3f589e4f
commit 87153f15be
2 changed files with 22 additions and 38 deletions

View file

@ -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 = {