wip(server(rpi-5)): more work..

This commit is contained in:
2026-01-20 22:47:33 +00:00
parent a0d8a1b0e3
commit a0ba7ce382
4 changed files with 79 additions and 1 deletions

7
hosts/rpi-5/nixos.nix Normal file
View File

@@ -0,0 +1,7 @@
{ lib, inputs, ... }:
{
imports = [
./disks.nix
inputs.nixos-hardware.nixosModules.raspberry-pi-4
];
}