summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/nix.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/nix.nix b/config/nix.nix
index 1773296..912ee0d 100644
--- a/config/nix.nix
+++ b/config/nix.nix
@@ -1,10 +1,7 @@
{...}: {
personal.nix = {
enable = true;
- autoUpgrade = {
- enable = true;
- autoUpdateInputs = ["nixpkgs"];
- };
+ autoUpgrade.enable = true;
gc.enable = true;
flake = "git+file:///etc/nixos/";
};