hosts/ni: set Nix package to stable

Pretty much has the issue of disallowing mkOutOfStoreSymlink from
home-manager.
This commit is contained in:
Gabriel Arazas 2024-01-07 10:34:08 +08:00
parent d7ef172ba0
commit 6373df478c
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -70,12 +70,12 @@
nix.channel.enable = true;
# Make Nix experimental.
nix.package = pkgs.nixUnstable;
nix.package = pkgs.nixStable;
# Some more experimentals for Nix.
nix.settings = {
auto-allocate-uids = true;
experimental-features = [ "auto-allocate-uids" "configurable-impure-env" ];
experimental-features = [ "auto-allocate-uids" ];
};
# My poor achy-breaky desktop can't take it.