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

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