attempt 6
This commit is contained in:
parent
e89849887a
commit
a7ac419f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services."flake-update" = let
|
systemd.services."flake-update" = let
|
||||||
git = "${pkgs.git}/bin/git";
|
git = "sudo -u horseman ${pkgs.git}/bin/git";
|
||||||
in {
|
in {
|
||||||
script = ''
|
script = ''
|
||||||
#!/run/current-system/sw/bin/zsh
|
#!/run/current-system/sw/bin/zsh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue