sanoid: make non-verbose again
This commit is contained in:
parent
bf22b73244
commit
7c8e062d51
1
.envrc
1
.envrc
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
_gpgconv="gpg2 -d --quiet --yes --compress-algo=none --no-encrypt-to"
|
_gpgconv="gpg2 -d --quiet --yes --compress-algo=none --no-encrypt-to"
|
||||||
if [ "$(git config diff.gpg.textconv)" != "$_gpgconv" ]; then
|
if [ "$(git config diff.gpg.textconv)" != "$_gpgconv" ]; then
|
||||||
git config diff.gpg.binary true
|
git config diff.gpg.binary true
|
||||||
|
@ -88,7 +88,6 @@ let ssh_pubkeys = {
|
|||||||
};
|
};
|
||||||
datasets."rpool/nixos/home".use_template = [ "prod" ];
|
datasets."rpool/nixos/home".use_template = [ "prod" ];
|
||||||
datasets."rpool/nixos/var/lib".use_template = [ "prod" ];
|
datasets."rpool/nixos/var/lib".use_template = [ "prod" ];
|
||||||
extraArgs = [ "--verbose" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
openssh = {
|
openssh = {
|
||||||
|
Loading…
Reference in New Issue
Block a user