summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-11-06 07:35:16 +0000
committerpolwex <polwex@sortug.com>2024-11-06 07:35:16 +0000
commited673f3c5c7932194b811a902d541f113bc41db7 (patch)
treea780048289fd53330cf733353615624b679de60b /hosts/base.nix
parent8ba8980c12a1fb05970dead6228ddc3129ff5868 (diff)
m
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index 8d79398..96df7c4 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -8,7 +8,7 @@
dates = "weekly";
options = "--delete-older-than 7d";
};
- package = pkgs.nixFlakes;
+ # package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
'';