diff --git a/hosts/elara/README.md b/hosts/elara/README.md index 0dac3c2..1ca0df7 100644 --- a/hosts/elara/README.md +++ b/hosts/elara/README.md @@ -1,5 +1,14 @@ # elara +## Private Repositories + +This host uses private SAS repositories. You can find the imports for these in: + +- [./default.nix](./default.nix) +- [./users/nikara/default.nix](./users/nikara/default.nix) + +You must build the system once with these imports commented out. Then, connect to the SAS VPN, uncomment them, and rebuild the system. + ## Post-Install Checklist ### Networking diff --git a/hosts/elara/users/nikara/default.nix b/hosts/elara/users/nikara/default.nix index 2ae3760..edce378 100644 --- a/hosts/elara/users/nikara/default.nix +++ b/hosts/elara/users/nikara/default.nix @@ -75,9 +75,7 @@ in (import ./configs/gui/obsidian { inherit user home; }) - # Warning: the following imports use private SAS repositories. - # You must build the system once with these imports commented out. - # Then, connect to the SAS VPN, uncomment them, and rebuild the system. + # Private Imports (import ./configs/console/jsonify { inherit user home; }) (import ./configs/console/klog { inherit user home; }) ];