merge stuffs
This commit is contained in:
commit
7ee6d763a7
1 changed files with 0 additions and 10 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue