aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/default.nix')
-rw-r--r--modules/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/default.nix b/modules/default.nix
deleted file mode 100644
index 267ecec..0000000
--- a/modules/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ ... }:
-{
- imports = [
- ./home.nix
- ./hardware
- ./backups.nix
- ./fcuny-net.nix
- ./nas-client.nix
- ./host-config.nix
- ];
-}