This commit is contained in:
Charlie Root 2024-08-22 22:31:28 +02:00
commit 2f2d6e31f6
7 changed files with 2 additions and 9 deletions

View file

@ -24,8 +24,6 @@ in {
};
config = {
networking.hostName = cfg.hostname;
users.users.${cfg.username} = {
isNormalUser = true;
extraGroups = ["wheel" "networking"];