From c2db648e49938d97b944dfddc284c251ca4434e4 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 12 Apr 2026 16:20:46 -0400 Subject: [PATCH] added system config options --- machine/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machine/configuration.nix b/machine/configuration.nix index 350edfb..9ee0917 100644 --- a/machine/configuration.nix +++ b/machine/configuration.nix @@ -1,4 +1,5 @@ { + lib, pkgs, userName, hostName, @@ -157,6 +158,14 @@ pkgs.bash ]; + nix.settings.experimental-features = ["nix-command" "flakes"]; + nixpkgs.config.allowUnfree = true; + nix.package = pkgs.nix; + nix.gc = { + automatic = lib.mkDefault true; + options = lib.mkDefault "--delete-older-than 7d"; + }; + system.stateVersion = 5; # Set your time zone.