nix: switch implemenatation to lix for NixOS installations
for home-manager/darwin profiles, stay at Nix for now because this is what is used on work machines anyways.
This commit is contained in:
parent
23135169fd
commit
924116bb2e
|
@ -215,6 +215,8 @@ in
|
|||
# Enable all sysrq functions (useful to recover from some issues):
|
||||
boot.kernel.sysctl."kernel.sysrq" = 1; # NixOS default: 16 (only the sync command)
|
||||
|
||||
nix.package = pkgs.lix;
|
||||
|
||||
nix.settings.trusted-users = [ "spiollinux" ];
|
||||
# override tmpdir for daemon
|
||||
#systemd.services.nix-daemon.environment.TMPDIR = "/var/tmp";
|
||||
|
|
Loading…
Reference in a new issue