diff --git a/hosts/plq/default.nix b/hosts/plq/default.nix index 2bfe0bc..34ec0a4 100644 --- a/hosts/plq/default.nix +++ b/hosts/plq/default.nix @@ -47,6 +47,10 @@ in { }; }; + nixpkgs.config = { + allowUnfree = true; + }; + environment.variables = { SSH_AUTH_SOCK = "$HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh"; };