{ nix = { gc.automatic = true; settings = (import ../flake.nix).nixConfig // { auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ]; allowed-users = [ "root" ]; trusted-users = [ "root" ]; }; }; }