From 996a334d423e7fb03cdc9e15bddf660cd8c10bed Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 May 2023 19:40:26 -0700 Subject: profiles: clean up the imports The hosts should be explicit about what to import. --- hosts/aptos/default.nix | 2 ++ hosts/tahoe/default.nix | 1 + 2 files changed, 3 insertions(+) (limited to 'hosts') 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" -- cgit 1.4.1