hosts: homes: cloudtop: enable GPG
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
76edeffdc7
commit
4183f7b963
|
@ -8,9 +8,4 @@
|
||||||
# Some tooling (e.g: SSH) need to use this library
|
# Some tooling (e.g: SSH) need to use this library
|
||||||
LD_PRELOAD = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
|
LD_PRELOAD = "/lib/x86_64-linux-gnu/libnss_cache.so.2\${LD_PRELOAD:+:}$LD_PRELOAD";
|
||||||
};
|
};
|
||||||
|
|
||||||
my.home = {
|
|
||||||
# I don't need a GPG agent
|
|
||||||
gpg.enable = false;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue