devices.vps4: fix build

This commit is contained in:
陈浩南 2024-04-24 19:35:44 +08:00
parent 5f0cba97e0
commit 8cfcb30895

View File

@ -16,12 +16,6 @@ inputs:
"/dev/mapper/root" = { "/nix" = "/nix"; "/nix/rootfs/current" = "/"; };
};
};
decrypt.manual =
{
enable = true;
devices."/dev/disk/by-uuid/4f8aca22-9ec6-4fad-b21a-fd9d8d0514e8" = { mapper = "root"; ssd = true; };
delayedMount = [ "/" ];
};
swap = [ "/nix/swap/swap" ];
rollingRootfs = {};
};