aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
deleted file mode 100644
index 5984f10..0000000
--- a/modules/common/default.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ ... }:
-{
- imports = [
- ./home.nix
- ./host-config.nix
- ./ssh.nix
- ];
-}