aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/default.nix')
-rw-r--r--modules/hosts/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/hosts/default.nix b/modules/hosts/default.nix
new file mode 100644
index 0000000..a1eaafc
--- /dev/null
+++ b/modules/hosts/default.nix
@@ -0,0 +1,13 @@
+{ ... }:
+
+{
+ imports = [
+ ./audio
+ ./desktop
+ ./openssh
+ ./printer
+ ./server
+ ./system
+ ./wooting
+ ];
+}