diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-12 19:59:53 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-12 19:59:53 -0800 |
commit | 85fca14d01860ebc3694d0596663c3c22e9edf48 (patch) | |
tree | f6a131a8529597ec05917dbfb8215f538501e821 /hosts/tahoe | |
parent | desktop: element and theme (diff) | |
download | world-85fca14d01860ebc3694d0596663c3c22e9edf48.tar.gz |
hosts: add profiles
Profiles contain a collection of modules.
Diffstat (limited to 'hosts/tahoe')
-rw-r--r-- | hosts/tahoe/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index 8d78461..5a746dd 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -3,7 +3,7 @@ { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../common/nas.nix + ../profiles/nas.nix ../common/system/tailscale.nix ]; |