Configure fanny for disk and initssh module
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (pull_request) Successful in 3m33s
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 3m51s

This commit was merged in pull request #45.
This commit is contained in:
ahtlon
2025-01-05 20:38:38 +01:00
parent f44adbc815
commit a5d6cd6455
5 changed files with 55 additions and 10 deletions

View File

@@ -36,13 +36,13 @@ The disks module can be used by importing `inputs.self.nixosModules.malobeo.disk
- **Type:** `string`
- **Default:** `""`
- **Description:**
The device name (e.g., `/dev/sda`) for the root filesystem.
The device name (beginning after `/dev/` e.g., `sda`) for the root filesystem.
#### `cfg.disk1` (string)
- **Type:** `string`
- **Default:** `""`
- **Description:**
The device name (e.g., `/dev/sdb`) for the optional mirror disk of the root filesystem.
The device name (beginning after `/dev/` e.g., `sdb`) for the optional mirror disk of the root filesystem.
#### `cfg.swap` (string)
- **Type:** `string`