hetzner disk

This commit is contained in:
TheWanderingCrow 2025-08-01 09:42:10 -04:00
parent ef4ad51e86
commit fc8686d944
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{
fileSystems."/" = {
device = "/dev/sda";
fsType = "ext4";
};
}