diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:40:26 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-08 19:40:26 -0700 |
commit | 996a334d423e7fb03cdc9e15bddf660cd8c10bed (patch) | |
tree | 5bbdc13b6394b85a51b71acab7d0a4aac555054d /hosts/aptos | |
parent | modules/tahoe: remove duplicated declaration for user 'nas' (diff) | |
download | world-996a334d423e7fb03cdc9e15bddf660cd8c10bed.tar.gz |
profiles: clean up the imports
The hosts should be explicit about what to import.
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 2 |
1 files changed, 2 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" ]; |