From ffa46633a1387a77e3a0e5fb2b106866ffeaf636 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Sun, 25 Oct 2020 16:55:02 -0700 Subject: [PATCH] small fixup --- hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }