diff options
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/nix.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix index f3b868f..d65f04f 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -14,4 +14,9 @@ flake = "git+file:///etc/nixos"; gc.enable = true; }; + systemd.services.flake-update.preStart = '' + pushd /home/qaristote/code/nix/machines/latitude-7490 + git status + popd + ''; } |
