rename to netty

This commit is contained in:
Harivansh Rathi 2026-03-29 15:32:44 -04:00
parent 02a0f0fb64
commit c056cd2919
7 changed files with 4 additions and 4 deletions

View file

@ -1,32 +0,0 @@
{
disko.devices.disk.main = {
type = "disk";
device = "/dev/vda";
content = {
type = "gpt";
partitions = {
boot = {
size = "1M";
type = "EF02";
};
esp = {
size = "512M";
type = "EF00";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
root = {
size = "100%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
};
};
};
};
};
}