attempt 6

This commit is contained in:
KoenDR06 2025-11-19 22:15:05 +01:00
parent e89849887a
commit a7ac419f7f

View file

@ -23,7 +23,7 @@ in {
};
systemd.services."flake-update" = let
git = "${pkgs.git}/bin/git";
git = "sudo -u horseman ${pkgs.git}/bin/git";
in {
script = ''
#!/run/current-system/sw/bin/zsh