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.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/hosts/default.nix b/modules/hosts/default.nix
deleted file mode 100644
index d8a8927..0000000
--- a/modules/hosts/default.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ ... }:
-
-{
- imports = [
- ./audio
- ./desktop
- ./dns
- ./openssh
- ./printer
- ./server
- ./wooting
- ./steam
- ./mullvad-vpn
- ];
-}