add config option for username

This commit is contained in:
twoneis 2024-07-20 21:46:24 +02:00
parent 7bb5c421f6
commit 1b3e9b1b34
9 changed files with 13 additions and 13 deletions

View file

@ -74,9 +74,9 @@
displayManager.gdm.enable = true;
};
users.users.twoneis = {
users.users.${config.username}= {
isNormalUser = true;
description = "twoneis";
description = config.username;
extraGroups = [ "networkmanager" "wheel" ];
};