diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 7831e6c..cfa07b9 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -14,7 +14,7 @@ "${modulesPath}/installer/scan/not-detected.nix" - ] + ]; boot.loader.systemd-boot.enable = true; # (for UEFI systems only) fileSystems."/".device = "/dev/disk/by-label/nixos"; }