fleshed out server configuration a bit more before installation

This commit is contained in:
pagedmov
2024-11-01 03:17:13 -04:00
parent c426e1b77a
commit dfb157c14f
4 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{...}: {
programs = {
zsh.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
};
}