make experimental features global
This commit is contained in:
parent
fe02bcf9c3
commit
a59f89b73d
4 changed files with 5 additions and 12 deletions
|
|
@ -137,11 +137,6 @@
|
||||||
android_sdk.accept_license = true;
|
android_sdk.accept_license = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [
|
|
||||||
"nix-command"
|
|
||||||
"flakes"
|
|
||||||
];
|
|
||||||
|
|
||||||
nix.settings.trusted-users = [
|
nix.settings.trusted-users = [
|
||||||
"root"
|
"root"
|
||||||
"@wheel"
|
"@wheel"
|
||||||
|
|
|
||||||
5
cos.nix
5
cos.nix
|
|
@ -42,6 +42,11 @@
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
inputs.nix-minecraft.overlay
|
inputs.nix-minecraft.overlay
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings.experimental-features = [
|
||||||
|
"nix-command"
|
||||||
|
"flakes"
|
||||||
|
];
|
||||||
|
|
||||||
cos = {
|
cos = {
|
||||||
knownPublicIPs = {
|
knownPublicIPs = {
|
||||||
|
|
|
||||||
|
|
@ -717,7 +717,5 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -104,11 +104,6 @@ in
|
||||||
dataDir = jellyfinDataDir;
|
dataDir = jellyfinDataDir;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [
|
|
||||||
"nix-command"
|
|
||||||
"flakes"
|
|
||||||
];
|
|
||||||
|
|
||||||
services.postgresql.dataDir = "/Block/postgresql";
|
services.postgresql.dataDir = "/Block/postgresql";
|
||||||
|
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue