diff --git a/machines/smithers/hardware-configuration.nix b/machines/smithers/hardware-configuration.nix index 227f98b..e01cd47 100644 --- a/machines/smithers/hardware-configuration.nix +++ b/machines/smithers/hardware-configuration.nix @@ -14,8 +14,12 @@ boot.extraModulePackages = [ ]; boot.kernelPackages = pkgs.linuxPackages_latest; + boot.initrd.systemd.enable = true; + fileSystems."/" = - { device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b"; + { #device = "/dev/disk/by-uuid/91f6e726-d85d-4685-8325-d220c287e45b"; + device = "/dev/mapper/root"; + neededForBoot = true; fsType = "ext4"; };