diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-11 17:14:27 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-11 17:14:27 -0500 |
| commit | b3047b8b1f7977156dff6b6a345472cea5687bc7 (patch) | |
| tree | 8947ccee30124c722fab0d9f7e7625496ab5f268 /archetypes/profiles | |
| parent | 17b4478a489092b1c82b1ad4c9c0fd4754a8ad36 (diff) | |
| download | nixos-b3047b8b1f7977156dff6b6a345472cea5687bc7.tar.xz nixos-b3047b8b1f7977156dff6b6a345472cea5687bc7.zip | |
separate profile imports from general archetype imports
Diffstat (limited to 'archetypes/profiles')
| -rw-r--r-- | archetypes/profiles/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archetypes/profiles/default.nix b/archetypes/profiles/default.nix new file mode 100644 index 0000000..3f5567d --- /dev/null +++ b/archetypes/profiles/default.nix @@ -0,0 +1,10 @@ +{ + imports = [ + ./btrfs + ./desktop + ./headless + ./pi + ./router + ./zfs + ]; +} |
