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";
};
}

View file

@ -12,7 +12,7 @@
imports = lib.flatten [
# Disks
(map lib.custom.relativeToRoot [
"hosts/common/disks/digital-ocean-disks.nix"
"hosts/common/disks/hetzner-disks.nix"
])
# Misc