This commit is contained in:
admin 2024-07-02 09:26:34 +02:00
parent 719eda9db9
commit fee2fa1967
2 changed files with 41 additions and 20 deletions

View file

@ -108,13 +108,13 @@
home = "/home/sondell";
isNormalUser = true;
description = "sondell";
extraGroups = ["networkmanager" "wheel" "backup"];
extraGroups = ["networkmanager" "wheel" "backup" "opendkim" ];
packages = with pkgs; [
firefox
# thunderbird
];
};
users.groups."backup".gid = 1337;
# users.groups."backup".gid = 1337;
users.users.root = {