This commit is contained in:
Aaron Bieber 2024-07-18 11:18:08 -06:00
parent 3ee3c92ea4
commit 3cdf8774ec
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ in
kde.enable = true;
defaultUsers.enable = false;
sops.secrets = {
rkvm_cert = {
sopsFile = config.xin-secrets.stan.secrets.main;

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation {
[ autoreconfHook pkg-config ];
buildInputs =
[ zlib libedit libfido2 ];
preConfigure = ''
# Setting LD causes `configure' and `make' to disagree about which linker
# to use: `configure' wants `gcc', but `make' wants `ld'.