diff options
Diffstat (limited to 'systems/odino/services.nix')
| -rw-r--r-- | systems/odino/services.nix | 8 |
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; +} |
