make experimental features global
This commit is contained in:
parent
fe02bcf9c3
commit
a59f89b73d
4 changed files with 5 additions and 12 deletions
5
cos.nix
5
cos.nix
|
|
@ -42,6 +42,11 @@
|
|||
nixpkgs.overlays = [
|
||||
inputs.nix-minecraft.overlay
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
|
||||
cos = {
|
||||
knownPublicIPs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue