machines/sirius: finalize config

This commit is contained in:
2026-03-06 16:25:41 +07:00
parent 891e80a3a9
commit 1d5a528cd1
6 changed files with 216 additions and 1256 deletions

21
machines/sirius/README.md Normal file
View File

@@ -0,0 +1,21 @@
## How to setup this machine.
This machine cannot be setup the same way as other machines are setup. Meaning that `clan machine install` won't work. Because of `disko` issue. So, below is how the machine is setup.
1. Build an image to flash to an sd-card using
```
nix build -L --show-trace .\#nixosConfigurations.sirius.config.system.build.images.sd-card
```
2. Import the `zdata`
```
zpool import zdata
```
3. Update configuration
```
clan machine update sirius
```