From a3331a91526f3146961e78272d6c817265ad8784 Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 8 Jun 2024 18:05:20 +0200 Subject: [PATCH] chore: non-free, no thanks --- nix/core.nix | 2 +- switch.sh | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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