diff --git a/hm-switch b/hm-switch index 8cdd541..e3b7607 100755 --- a/hm-switch +++ b/hm-switch @@ -1 +1 @@ -nix run . switch -- --flake . --impure +nix run . switch -- --flake . diff --git a/nixos-switch b/nixos-switch index b457b3c..45546ee 100755 --- a/nixos-switch +++ b/nixos-switch @@ -1 +1 @@ -sudo nixos-rebuild switch --flake .#ultrapc --impure +sudo nixos-rebuild switch --flake .#ultrapc diff --git a/ultrapc/home.nix b/ultrapc/home.nix index 891dd4a..9fe2714 100644 --- a/ultrapc/home.nix +++ b/ultrapc/home.nix @@ -8,6 +8,7 @@ in { imports = [ inputs.nix-doom-emacs.hmModule ]; # Allow unfree packages nixpkgs.config.allowUnfree = true; + nixpkgs.config.allowedUnfreePredicate = _: true; home = { username = "ultra"; homeDirectory = "/home/ultra/";