Update README

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-10 13:22:17 +00:00
parent 3f3254f519
commit 62740282a6
2 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -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; })
];