added system config options

This commit is contained in:
2026-04-12 16:20:46 -04:00
parent 6ab0e5de69
commit c2db648e49

View File

@@ -1,4 +1,5 @@
{ {
lib,
pkgs, pkgs,
userName, userName,
hostName, hostName,
@@ -157,6 +158,14 @@
pkgs.bash 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; system.stateVersion = 5;
# Set your time zone. # Set your time zone.