make experimental features global

This commit is contained in:
Clayton Hickey 2026-03-08 15:21:12 -04:00
parent fe02bcf9c3
commit a59f89b73d
Signed by: clay53
SSH key fingerprint: SHA256:fjW4+nfPltYzrJ4uZlYQvrYMshxHnah2S4qM8Hth9HQ
4 changed files with 5 additions and 12 deletions

View file

@ -137,11 +137,6 @@
android_sdk.accept_license = true;
};
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nix.settings.trusted-users = [
"root"
"@wheel"

View file

@ -42,6 +42,11 @@
nixpkgs.overlays = [
inputs.nix-minecraft.overlay
];
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
cos = {
knownPublicIPs = {

View file

@ -717,7 +717,5 @@ in
];
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "23.05";
}

View file

@ -104,11 +104,6 @@ in
dataDir = jellyfinDataDir;
};
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
services.postgresql.dataDir = "/Block/postgresql";
services.hydra = {