working restic jobb
This commit is contained in:
parent
66af534edc
commit
e7c4000fbf
3 changed files with 9 additions and 1 deletions
|
|
@ -108,12 +108,14 @@
|
|||
home = "/home/sondell";
|
||||
isNormalUser = true;
|
||||
description = "sondell";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
extraGroups = ["networkmanager" "wheel" "backup"];
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
users.groups."backup".gid = 1337;
|
||||
|
||||
|
||||
users.users.root = {
|
||||
isNormalUser = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue