diff --git a/.envrc b/.envrc index 46c260f..2df8835 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,3 @@ - _gpgconv="gpg2 -d --quiet --yes --compress-algo=none --no-encrypt-to" if [ "$(git config diff.gpg.textconv)" != "$_gpgconv" ]; then git config diff.gpg.binary true diff --git a/configuration.nix b/configuration.nix index 8519d3a..c7f94fc 100644 --- a/configuration.nix +++ b/configuration.nix @@ -88,7 +88,6 @@ let ssh_pubkeys = { }; datasets."rpool/nixos/home".use_template = [ "prod" ]; datasets."rpool/nixos/var/lib".use_template = [ "prod" ]; - extraArgs = [ "--verbose" ]; }; openssh = {