feat: remove unused restic user

This commit is contained in:
Noa Aarts 2024-09-07 15:52:29 +02:00
parent 775e6817e3
commit 378f6892a5
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -123,17 +123,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
restic restic
]; ];
users.users.restic = {
isNormalUser = true;
};
security.wrappers.restic = {
source = "${pkgs.restic.out}/bin/restic";
owner = "restic";
group = "users";
permissions = "u=rwx,g=,o=";
capabilities = "cap_dac_read_search=+ep";
};
# TODO: find list of fonts to install # TODO: find list of fonts to install
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [