summaryrefslogtreecommitdiff
path: root/systems/afrodite/services.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/afrodite/services.nix')
-rw-r--r--systems/afrodite/services.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/systems/afrodite/services.nix b/systems/afrodite/services.nix
new file mode 100644
index 0000000..f7f8644
--- /dev/null
+++ b/systems/afrodite/services.nix
@@ -0,0 +1,9 @@
+{...}: {
+ imports = [
+ ../../components/services/openssh.nix
+ ];
+
+ # Custom modules
+ openssh.enable = true;
+ caddy.enable = true;
+}