@@ -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
|
||||
|
@@ -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; })
|
||||
];
|
||||
|
Reference in New Issue
Block a user