system-manager-wakasu
1_: {
2 fileSystems."/" = {
3 device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
4 fsType = "ext4";
5 };
6
7 swapDevices = [ ];
8
9 hardware = {
10 deviceTree = {
11 enable = true;
12 name = "rockchip/rk3588-friendlyelec-cm3588-nas.dtb";
13 };
14 };
15}