about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/aptos/default.nix2
-rw-r--r--hosts/tahoe/default.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix
index faa4cd8..1a3e56f 100644
--- a/hosts/aptos/default.nix
+++ b/hosts/aptos/default.nix
@@ -5,6 +5,8 @@
     ./hardware.nix
     ./networking.nix
     ./services.nix
+    "${self}/profiles/btrfs.nix"
+    "${self}/profiles/documentation.nix"
     "${self}/profiles/laptop.nix"
     "${self}/profiles/hardware/xps9300.nix"
   ];
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"