diff options
Diffstat (limited to 'hosts/apzu/hardware/default.nix')
-rw-r--r-- | hosts/apzu/hardware/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/apzu/hardware/default.nix b/hosts/apzu/hardware/default.nix index 6bc88e20..7426c015 100644 --- a/hosts/apzu/hardware/default.nix +++ b/hosts/apzu/hardware/default.nix @@ -1,6 +1,6 @@ {modulesPath, ...}: { imports = [ - (modulesPath + "/installer/scan/not-detected.nix") # TODO is this necessary? + (modulesPath + "/installer/scan/not-detected.nix") # TODO: is this necessary? ./cpu.nix ./gpu.nix ]; |