task | add vps target for nixos-anywhere
This commit is contained in:
parent
98e053689e
commit
90f4982bd8
4 changed files with 10 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
{lib, ...}: {
|
||||
disko.devices = {
|
||||
disk.disk1 = {
|
||||
device = lib.mkDefault "/dev/vda";
|
||||
device = lib.mkDefault "/dev/sda";
|
||||
type = "disk";
|
||||
content = {
|
||||
type = "gpt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue