2 Commits

Author SHA1 Message Date
fed69bbc80 hosts/library: import downloads zpool
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m16s
2025-06-22 13:29:05 +01:00
ac95c15e34 hosts/library: update README.md 2025-06-22 13:27:41 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -8,12 +8,12 @@ Media and public file server.
* Chipset - AMD B550 * Chipset - AMD B550
* Memory - 64 GB DDR4 * Memory - 64 GB DDR4
* Motherboard - ASRock B550M Pro4 * Motherboard - ASRock B550M Pro4
* Case - Fractal Design Node 804 * Case - JMCD-12S4
### Disks ### Disks
Device | Partitions _(filesystem, size, usage)_ Device | Partitions _(filesystem, size, usage)_
--- | --- --- | ---
Samsung 980 Evo | `/dev/nvme0n1p1` (EFI, 512 MiB, NixOS Boot) <br> `/dev/nvme0n1p2` (ZFS `rpool`, 200 GiB, NixOS Root) Samsung 970 Evo Plus | `/dev/nvme0n1p1` (EFI, 512 MiB, NixOS Boot) <br> `/dev/nvme0n1p2` (ZFS `rpool`, 200 GiB, NixOS Root)
#### ZFS datasets #### ZFS datasets
``` ```

View File

@ -19,7 +19,10 @@
boot = { boot = {
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
loader.efi.canTouchEfiVariables = true; loader.efi.canTouchEfiVariables = true;
zfs.extraPools = [ "library" ]; zfs.extraPools = [
"downloads"
"library"
];
}; };
networking = { networking = {