summaryrefslogtreecommitdiff
path: root/archetypes/default.nix
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-05-11 17:14:27 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-05-11 17:14:27 -0500
commitb3047b8b1f7977156dff6b6a345472cea5687bc7 (patch)
tree8947ccee30124c722fab0d9f7e7625496ab5f268 /archetypes/default.nix
parent17b4478a489092b1c82b1ad4c9c0fd4754a8ad36 (diff)
downloadnixos-b3047b8b1f7977156dff6b6a345472cea5687bc7.tar.xz
nixos-b3047b8b1f7977156dff6b6a345472cea5687bc7.zip
separate profile imports from general archetype imports
Diffstat (limited to 'archetypes/default.nix')
-rw-r--r--archetypes/default.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/archetypes/default.nix b/archetypes/default.nix
index 3884a49..9be6e3a 100644
--- a/archetypes/default.nix
+++ b/archetypes/default.nix
@@ -8,11 +8,6 @@
./collections/utilities.nix
./collections/virtualization.nix
- ./profiles/btrfs
- ./profiles/desktop
- ./profiles/headless
- ./profiles/pi
- ./profiles/router
- ./profiles/zfs
+ ./profiles
];
}