diff --git a/flake.nix b/flake.nix index 568c6e4..682788c 100644 --- a/flake.nix +++ b/flake.nix @@ -116,6 +116,13 @@ ' ''; }; + + nixosModules.${system} = { + "hetzner.hardware" = { + boot.initrd.kernelModules = [ "nvme" ]; + fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; }; + }; + }; }) // { lib = { # -- For all systems --