plq: allow unfree

This commit is contained in:
Aaron Bieber 2023-07-31 08:00:19 -06:00
parent 3fb2e5829e
commit 34df00c41a
No known key found for this signature in database

View File

@ -47,6 +47,10 @@ in {
};
};
nixpkgs.config = {
allowUnfree = true;
};
environment.variables = {
SSH_AUTH_SOCK = "$HOME/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh";
};