This commit is contained in:
m3tam3re 2023-02-05 16:25:55 +01:00
parent 6850fe80d9
commit e67ada7132
1 changed files with 3 additions and 0 deletions

View File

@ -20,5 +20,8 @@ in {
defaultCacheTtl = 1800; defaultCacheTtl = 1800;
enableSshSupport = true; enableSshSupport = true;
}; };
home.packages = with pkgs; [
pinentry
];
}; };
} }