{ config, pkgs, ... }: { nix = { package = pkgs.nixVersions.nix_2_23; settings = { experimental-features = [ "flakes" "nix-command" ]; trusted-users = [ "root" config.poz.other.system.username ]; auto-optimise-store = true; keep-outputs = true; keep-derivations = true; }; }; }