more stuff moved to options and some more consistency

This commit is contained in:
twoneis 2025-03-09 14:52:03 +01:00
parent 6d9dbe38cb
commit 4ab970aea9
28 changed files with 394 additions and 298 deletions

View file

@ -4,6 +4,7 @@ in {
imports = [
./apps
./containers
./email
./fedi
./firewall
./fonts
@ -11,7 +12,6 @@ in {
./git
./home
./layout
./mail
./matrix
./networking
./nginx
@ -35,7 +35,7 @@ in {
users.users.${conf.username} = {
isNormalUser = true;
description = conf.username;
extraGroups = ["networkmanager" "wheel"];
extraGroups = ["wheel"];
};
system.stateVersion = conf.stateVersion;