diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-22 18:57:19 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-22 20:12:45 +0100 |
| commit | 5a074b7745b5855fd13ea53b21be7ea0d6497ffc (patch) | |
| tree | 832b16ee3611d4ab5bec2b103789573573eb64d4 /nixos/nix.nix | |
| parent | 09382df4141b8ccd294a83e42f55306430b7c3bd (diff) | |
nixos: split nix and system
Diffstat (limited to 'nixos/nix.nix')
| -rw-r--r-- | nixos/nix.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/nixos/nix.nix b/nixos/nix.nix index e2e4869..e0ad731 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -1,22 +1,6 @@ {...}: { personal.nix = { enable = true; - autoUpgrade = { - enable = true; - autoUpdateInputs = [ - "latitude-7490/home-manager" - "latitude-7490/my-nixpkgs/nur" - "latitude-7490/nixos-hardware" - "latitude-7490/nixpkgs" - "latitude-7490/stylix" - ]; - }; - flake = "git+file:///etc/nixos"; gc.enable = true; }; - systemd.services.flake-update.preStart = '' - pushd /home/qaristote/code/nix/machines/latitude-7490 - git status - popd - ''; } |
