feat: remove unused restic user
This commit is contained in:
parent
775e6817e3
commit
378f6892a5
1 changed files with 0 additions and 10 deletions
|
|
@ -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; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue