Rename the hosts

This commit is contained in:
SebastianStork 2024-04-21 21:23:44 +02:00
parent 7481d44f0a
commit a101b7ab25
11 changed files with 14 additions and 14 deletions

View file

@ -1,32 +0,0 @@
{
disko.devices = {
disk = {
vdb = {
device = "/dev/sda";
type = "disk";
content = {
type = "gpt";
partitions = {
ESP = {
type = "EF00";
size = "500M";
content = {
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
};
};
root = {
size = "100%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
};
};
};
};
};
};
};
}