diff --git a/modules/hardware-configuration/vm/linode.nix b/modules/hardware-configuration/vm/linode.nix index 14b1d05..70b95b6 100644 --- a/modules/hardware-configuration/vm/linode.nix +++ b/modules/hardware-configuration/vm/linode.nix @@ -13,14 +13,14 @@ boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; - fileSystems."/" = - { device = "/dev/sda"; - fsType = "ext4"; - }; + # fileSystems."/" = + # { device = "/dev/sda"; + # fsType = "ext4"; + # }; - swapDevices = - [ { device = "/dev/sdb"; } - ]; + # swapDevices = + # [ { device = "/dev/sdb"; } + # ]; # Enable LISH boot.kernelParams = [ "console=ttyS0,19200n8" ];