Update to (somewhat?) dendritic pattern
Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
This commit is contained in:
6
modules/services/openssh.nix
Normal file
6
modules/services/openssh.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
flake.modules.nixos.openssh = { lib, ... }: {
|
||||
services.openssh.enable = true;
|
||||
services.openssh.openFirewall = lib.mkDefault false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user