diff options
Diffstat (limited to 'system/services/default.nix')
-rw-r--r-- | system/services/default.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/services/default.nix b/system/services/default.nix new file mode 100644 index 0000000..acf20f5 --- /dev/null +++ b/system/services/default.nix @@ -0,0 +1,9 @@ +{config, ...}: { + imports = [ + ./acme + ./nginx + ./nix + ./opensshd + ./rust-motd + ]; +} |