about summary refs log tree commit diff stats
path: root/hosts/tiamat/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/tiamat/hardware/default.nix')
-rw-r--r--hosts/tiamat/hardware/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix
index 95a3ce43..d28e90e9 100644
--- a/hosts/tiamat/hardware/default.nix
+++ b/hosts/tiamat/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
   ];