capitalize User and Group as well
This commit is contained in:
parent
dae92f33c5
commit
b3af428146
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ in
|
|||
${pkgs.nix}/bin/nix copy --to 's3://cache.int.chir.rs?scheme=https&endpoint=minio.int.chir.rs' --all
|
||||
'';
|
||||
unitConfig = {
|
||||
user = "darkkirb";
|
||||
group = "users";
|
||||
User = "darkkirb";
|
||||
Group = "users";
|
||||
};
|
||||
};
|
||||
systemd.timers.copy-to-cache = {
|
||||
|
|
Loading…
Reference in a new issue