about summary refs log tree commit diff
path: root/hosts/tahoe
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-08 19:40:26 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-08 19:40:26 -0700
commit996a334d423e7fb03cdc9e15bddf660cd8c10bed (patch)
tree5bbdc13b6394b85a51b71acab7d0a4aac555054d /hosts/tahoe
parentmodules/tahoe: remove duplicated declaration for user 'nas' (diff)
downloadworld-996a334d423e7fb03cdc9e15bddf660cd8c10bed.tar.gz
profiles: clean up the imports
The hosts should be explicit about what to import.
Diffstat (limited to 'hosts/tahoe')
-rw-r--r--hosts/tahoe/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix
index dff4660..7cb25fd 100644
--- a/hosts/tahoe/default.nix
+++ b/hosts/tahoe/default.nix
@@ -8,6 +8,7 @@ in
     ./hardware.nix
     ./networking.nix
     ./services.nix
+    "${self}/profiles/btrfs.nix"
     "${self}/profiles/nas.nix"
     "${self}/profiles/acme.nix"
     "${self}/profiles/hardware/amd.nix"