diff --git a/nix/core.nix b/nix/core.nix index 5bd8c89..e1dafb6 100644 --- a/nix/core.nix +++ b/nix/core.nix @@ -72,7 +72,7 @@ # Services tailscale - terraform + #terraform opentofu flyctl awscli2 diff --git a/switch.sh b/switch.sh index 32d60a7..f4182d4 100755 --- a/switch.sh +++ b/switch.sh @@ -8,4 +8,7 @@ workspace_link nix/home.nix .config/home-manager/home.nix workspace_link nix/core.nix .config/home-manager/core.nix workspace_link nix/personal.nix .config/home-manager/personal.nix workspace_link nix/work.nix .config/home-manager/work.nix -NIXPKGS_ALLOW_UNFREE=1 ENVIRONMENT=$ENVIRONMENT home-manager switch + +export NIXPKGS_ALLOW_UNFREE=0 +export ENVIRONMENT=$ENVIRONMENT +home-manager switch