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;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
nix.settings.trusted-users = [
|
||||
"root"
|
||||
"@wheel"
|
||||
|
|
|
|||
5
cos.nix
5
cos.nix
|
|
@ -39,9 +39,8 @@
|
|||
};
|
||||
|
||||
config = {
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
nixpkgs.overlays = [
|
||||
inputs.nix-minecraft.overlay
|
||||
];
|
||||
|
||||
cos = {
|
||||
|
|
|
|||
|
|
@ -717,5 +717,7 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -104,6 +104,11 @@ in
|
|||
dataDir = jellyfinDataDir;
|
||||
};
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
services.postgresql.dataDir = "/Block/postgresql";
|
||||
|
||||
services.hydra = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue