From 62740282a6cb2c26fbd6bbc63b6ee1a643e56551 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Fri, 10 Jan 2025 13:22:17 +0000 Subject: [PATCH] Update README Signed-off-by: Nikolaos Karaolidis --- hosts/elara/README.md | 9 +++++++++ hosts/elara/users/nikara/default.nix | 4 +--- 2 files changed, 10 insertions(+), 3 deletions(-) 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; }) ];