@@ -1,5 +1,14 @@
|
|||||||
# elara
|
# 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
|
## Post-Install Checklist
|
||||||
|
|
||||||
### Networking
|
### Networking
|
||||||
|
@@ -75,9 +75,7 @@ in
|
|||||||
|
|
||||||
(import ./configs/gui/obsidian { inherit user home; })
|
(import ./configs/gui/obsidian { inherit user home; })
|
||||||
|
|
||||||
# Warning: the following imports use private SAS repositories.
|
# Private Imports
|
||||||
# You must build the system once with these imports commented out.
|
|
||||||
# Then, connect to the SAS VPN, uncomment them, and rebuild the system.
|
|
||||||
(import ./configs/console/jsonify { inherit user home; })
|
(import ./configs/console/jsonify { inherit user home; })
|
||||||
(import ./configs/console/klog { inherit user home; })
|
(import ./configs/console/klog { inherit user home; })
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user