merge stuffs

This commit is contained in:
Noa Aarts 2024-09-10 00:39:06 +02:00
commit 7ee6d763a7

View file

@ -123,17 +123,7 @@
environment.systemPackages = with pkgs; [
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
fonts.packages = with pkgs; [