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:
Trolli Schmittlauch 2024-07-14 17:07:42 +02:00
parent 23135169fd
commit 924116bb2e

View file

@ -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";