mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
hetzner disk
This commit is contained in:
parent
ef4ad51e86
commit
fc8686d944
2 changed files with 7 additions and 1 deletions
6
hosts/common/disks/hetzner-disks.nix
Normal file
6
hosts/common/disks/hetzner-disks.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
fileSystems."/" = {
|
||||
device = "/dev/sda";
|
||||
fsType = "ext4";
|
||||
};
|
||||
}
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue