diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/nix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix index 5587491..48a8bed 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -1,4 +1,4 @@ -{...}: { +{lib, ...}: { personal.nix = { enable = true; autoUpgrade = { @@ -16,7 +16,7 @@ }; systemd.services.flake-update = { - preStart = '' + preStart = lib.mkAfter '' pushd /home/qaristote/code/nix/machines/precision-3571 git status popd |
