working restic jobb

This commit is contained in:
glenn 2024-06-24 08:12:35 +02:00
parent 66af534edc
commit e7c4000fbf
3 changed files with 9 additions and 1 deletions

View file

@ -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;