Cleanup racknerd

This commit is contained in:
iofq 2024-08-04 22:18:19 -05:00
parent 0108b1a575
commit 58d198e530
14 changed files with 96 additions and 297 deletions

View file

@ -4,7 +4,9 @@
];
programs.gpg = {
enable = true;
settings = {pinentry-mode = "loopback";};
settings = {
pinentry-mode = "loopback";
};
};
services.gpg-agent = {
enable = true;