mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
chore: non-free, no thanks
This commit is contained in:
parent
91751dc5dd
commit
a3331a9152
2 changed files with 5 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
tailscale
|
tailscale
|
||||||
terraform
|
#terraform
|
||||||
opentofu
|
opentofu
|
||||||
flyctl
|
flyctl
|
||||||
awscli2
|
awscli2
|
||||||
|
|
|
@ -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/core.nix .config/home-manager/core.nix
|
||||||
workspace_link nix/personal.nix .config/home-manager/personal.nix
|
workspace_link nix/personal.nix .config/home-manager/personal.nix
|
||||||
workspace_link nix/work.nix .config/home-manager/work.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
|
||||||
|
|
Loading…
Reference in a new issue