nix-conf/modules/servers/common/nix-features.nix
Crony Akatsuki 59ee5c8061
Some checks failed
default / build (push) Failing after 3m54s
feat: allow unfree for my servers.
2026-01-21 18:29:26 +01:00

6 lines
125 B
Nix

{
# Enable flakes
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;
}