diff --git a/nixos/conf b/nixos/conf index e2238cc..940c162 100755 --- a/nixos/conf +++ b/nixos/conf @@ -20,7 +20,7 @@ peek() { } nix() { decrypt - peek nix "$@" + peek nix --extra-experimental-features nix-command "$@" } nix-build() { decrypt diff --git a/nixos/roles/default.nix b/nixos/roles/default.nix index aa77df5..b8e4bc8 100644 --- a/nixos/roles/default.nix +++ b/nixos/roles/default.nix @@ -37,6 +37,9 @@ in { nixpkgs.config.allowUnfree = true; #nix.buildCores = config.nix.maxJobs; + nix.extraOptions = '' + experimental-features = nix-command flakes + ''; # Networking networking.enableIPv6 = true;