fleshed out server configuration a bit more before installation
This commit is contained in:
9
modules/server/programs.nix
Normal file
9
modules/server/programs.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{...}: {
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user