mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/ni: update Nix settings
This commit is contained in:
parent
90a54db08b
commit
761a2f094e
@ -66,8 +66,14 @@
|
||||
# Basically, the most basic nixpkgs configuration.
|
||||
environment.variables.NIXPKGS_CONFIG = lib.mkForce ./config/nixpkgs/config.nix;
|
||||
|
||||
# Make Nix experimental.
|
||||
nix.package = pkgs.nixUnstable;
|
||||
|
||||
# Some more experimentals for Nix.
|
||||
nix.settings.experimental-features = [ "auto-allocate-uids" "configurable-impure-env" ];
|
||||
|
||||
# My poor achy-breaky desktop can't take it.
|
||||
nix.daemonCPUSchedPolicy = "idle";
|
||||
|
||||
system.stateVersion = "24.05"; # Yes! I read the comment!
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user