From 6f01cab4b7ddd1cfe444f61fc1048457d5c78ca6 Mon Sep 17 00:00:00 2001 From: fleaz Date: Thu, 19 Jun 2025 18:51:20 +0200 Subject: [PATCH] i have no idea why this works... this is fine. --- machines/smithers/hardware-configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"; };