diff options
Diffstat (limited to 'nix/disko/vda-simple.nix')
| -rw-r--r-- | nix/disko/vda-simple.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/nix/disko/vda-simple.nix b/nix/disko/vda-simple.nix deleted file mode 100644 index 3ae1d34..0000000 --- a/nix/disko/vda-simple.nix +++ /dev/null @@ -1,28 +0,0 @@ -{ - disko.devices = { - disk = { - main = { - device = "/dev/vda"; - type = "disk"; - content = { - type = "gpt"; - partitions = { - boot = { - size = "1M"; - type = "EF02"; - }; - root = { - label = "disk-main-root"; - size = "100%"; - content = { - type = "filesystem"; - format = "ext4"; - mountpoint = "/"; - }; - }; - }; - }; - }; - }; - }; -} |
