mailback
This commit is contained in:
parent
719eda9db9
commit
fee2fa1967
2 changed files with 41 additions and 20 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue