diff --git a/hosts/stan/default.nix b/hosts/stan/default.nix index 875e297..51bbe3a 100644 --- a/hosts/stan/default.nix +++ b/hosts/stan/default.nix @@ -113,7 +113,7 @@ in kde.enable = true; defaultUsers.enable = false; - + sops.secrets = { rkvm_cert = { sopsFile = config.xin-secrets.stan.secrets.main; diff --git a/pkgs/openssh.nix b/pkgs/openssh.nix index 06c7e05..f968204 100644 --- a/pkgs/openssh.nix +++ b/pkgs/openssh.nix @@ -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'.