fix: minor adjustments to bootstrapping

This commit is contained in:
Swarsel 2024-12-17 23:36:40 +01:00
parent e354cfe976
commit 0fc9ee7531
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
4 changed files with 61 additions and 37 deletions

View file

@ -32,6 +32,7 @@ in
services.getty.autologinUser = lib.mkForce "swarsel";
users = {
allowNoPasswordLogin = true;
groups.swarsel = { };
users = {
swarsel = {
@ -67,7 +68,7 @@ in
system.stateVersion = lib.mkForce "23.05";
networking = {
hostName = "live";
hostName = "drugstore";
wireless.enable = false;
};