Compare commits
No commits in common. "b19e491d676e3b605a9a1f5a2790e81ddc9fc903" and "fe02bcf9c3aa060c0c0ee5a3b98ca33b89107f12" have entirely different histories.
b19e491d67
...
fe02bcf9c3
4 changed files with 14 additions and 3 deletions
|
|
@ -137,6 +137,11 @@
|
||||||
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
|
|
@ -39,9 +39,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
nix.settings.experimental-features = [
|
nixpkgs.overlays = [
|
||||||
"nix-command"
|
inputs.nix-minecraft.overlay
|
||||||
"flakes"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
cos = {
|
cos = {
|
||||||
|
|
|
||||||
|
|
@ -717,5 +717,7 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -104,6 +104,11 @@ 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