From 4f96cf5b2b26f2d5024ec76be3ffb8b9ef351e8c Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 8 Jan 2026 17:58:19 +0100 Subject: chore(system): remove old system modules --- modules/hosts/system/nix-options.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 modules/hosts/system/nix-options.nix (limited to 'modules/hosts/system/nix-options.nix') diff --git a/modules/hosts/system/nix-options.nix b/modules/hosts/system/nix-options.nix deleted file mode 100644 index 14d7fb7..0000000 --- a/modules/hosts/system/nix-options.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ ... }: - -{ - nix = { - settings = { - experimental-features = [ - "nix-command" - "flakes" - ]; - auto-optimise-store = true; - }; - gc = { - automatic = true; - dates = "daily"; - options = "--delete-older-than 15d"; - }; - }; -} -- cgit v1.3.1