2022-10-17 22:40:48 +02:00
|
|
|
# Initial setup
|
|
|
|
|
|
|
|
```
|
|
|
|
nixos-generate-config
|
|
|
|
```
|
|
|
|
|
|
|
|
# TODO:
|
|
|
|
|
|
|
|
* [ ] Multiple user profiles, headless, nixpkgs-dev, desktop, hpc, pvv, etc
|
|
|
|
* [ ] Split stuff into multiple files
|
|
|
|
* [ ] Some system for multiple hosts with different configs
|
|
|
|
* [ ] Make a flake
|
2023-02-25 00:03:29 +01:00
|
|
|
|
|
|
|
|
|
|
|
# How to evaluate, checking if the drv hash is equal
|
|
|
|
|
|
|
|
nix-instantiate '<nixpkgs/nixos>' -A system -I nixos-config=./configuration.nix
|