diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 16:56:48 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2023-02-19 17:01:10 +0100 |
| commit | 25f9b854c0065a3d63278178ef4c8abc99108eba (patch) | |
| tree | 50eb4c1d8e32d65b49905ebfb8ff8411045e30d6 /config/nix.nix | |
| parent | 547870aaafcafe4836557f2fc98768053af26ef2 (diff) | |
| parent | 7532f335a3ed8a898e2df95f06faa38bad2b8e5d (diff) | |
Merge branch 'rollback'
Diffstat (limited to 'config/nix.nix')
| -rw-r--r-- | config/nix.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/nix.nix b/config/nix.nix new file mode 100644 index 0000000..5c9278f --- /dev/null +++ b/config/nix.nix @@ -0,0 +1,12 @@ +{ lib, ... }: + +{ + personal.nix = { + enable = true; + autoUpgrade = true; + gc.enable = true; + flake = "git+file:///etc/nixos/"; + }; + nix.settings.max-jobs = lib.mkDefault 1; + system.autoUpgrade.flags = [ "--update-input" "personal-webpage/data" ]; +} |
