feat: hetzner hardware module

This commit is contained in:
2025-01-25 00:39:39 +00:00
parent 9aa65d2b5b
commit f4854cb9a7

View File

@@ -116,6 +116,13 @@
' '
''; '';
}; };
nixosModules.${system} = {
"hetzner.hardware" = {
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
};
};
}) // { }) // {
lib = { lib = {
# -- For all systems -- # -- For all systems --