hosts/suwako: split service files
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
21
hosts/suwako/services/default.nix
Normal file
21
hosts/suwako/services/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./nginx.nix
|
||||
./pufferpanel.nix
|
||||
];
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
cron.enable = true;
|
||||
|
||||
openssh = {
|
||||
enable = true;
|
||||
settings.PermitRootLogin = "yes";
|
||||
ports = [ 22 ];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user