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