Update configs related to custom ISOs

This commit is contained in:
Vili Sinervä 2024-08-28 13:00:05 +03:00
parent 5bb7e6369b
commit d05be2e0af
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 40 additions and 22 deletions

View file

@ -9,7 +9,4 @@
#Many installs will need this, and it won't hurt either way
services.qemuGuest.enable = true;
#Prevent user from being locked out of the system before switching to proper config
users.mutableUsers = pkgs.lib.mkForce true;
}