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