feat(servers): enable experimental features (flakes).
This commit is contained in:
parent
a7e00ebaef
commit
07cb8f55eb
2 changed files with 5 additions and 0 deletions
|
@ -10,5 +10,6 @@
|
|||
./beszel-agent.nix
|
||||
./optimise-storage.nix
|
||||
./restic.nix
|
||||
./nix-features.nix
|
||||
];
|
||||
}
|
||||
|
|
4
modules/servers/general/nix-features.nix
Normal file
4
modules/servers/general/nix-features.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
# Enable flakes
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue