task | add vps target for nixos-anywhere

This commit is contained in:
Don Harper 2024-10-12 17:51:20 -05:00
parent 98e053689e
commit 90f4982bd8
4 changed files with 10 additions and 3 deletions

View file

@ -2,7 +2,7 @@
{lib, ...}: {
disko.devices = {
disk.disk1 = {
device = lib.mkDefault "/dev/vda";
device = lib.mkDefault "/dev/sda";
type = "disk";
content = {
type = "gpt";