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