about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apzu/hardware/default.nix2
-rw-r--r--hosts/apzu/hardware/gpu.nix2
-rw-r--r--hosts/isimud/default.nix2
-rw-r--r--hosts/lahmu/hardware/default.nix2
-rw-r--r--hosts/lahmu/hardware/gpu.nix2
-rw-r--r--hosts/tiamat/hardware/default.nix2
-rw-r--r--hosts/tiamat/hardware/gpu.nix2
7 files changed, 7 insertions, 7 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
   ];
diff --git a/hosts/apzu/hardware/gpu.nix b/hosts/apzu/hardware/gpu.nix
index 4a3805b8..74e146e2 100644
--- a/hosts/apzu/hardware/gpu.nix
+++ b/hosts/apzu/hardware/gpu.nix
@@ -5,7 +5,7 @@
   #     amd-media-driver # libva
   #   ];
   #
-  #   # Force radv, TODO is this logical?
+  #   # Force radv, TODO: is this logical?
   #   environment.variables.AMD_VULKAN_ICD = "RADV";
 
   hardware.opengl = {
diff --git a/hosts/isimud/default.nix b/hosts/isimud/default.nix
index 093afb26..5f8fc987 100644
--- a/hosts/isimud/default.nix
+++ b/hosts/isimud/default.nix
@@ -9,7 +9,7 @@
     contents = [
       {
         source = ./command-line.html;
-        # TODO: remove the implied dependency
+        # TODO:: remove the implied dependency
         target = "/home/soispha/cli.html";
       }
     ];
diff --git a/hosts/lahmu/hardware/default.nix b/hosts/lahmu/hardware/default.nix
index aab20b18..bc7b1f96 100644
--- a/hosts/lahmu/hardware/default.nix
+++ b/hosts/lahmu/hardware/default.nix
@@ -6,7 +6,7 @@
   ...
 }: {
   imports = [
-    (modulesPath + "/installer/scan/not-detected.nix") # TODO is this necessary?
+    (modulesPath + "/installer/scan/not-detected.nix") # TODO: is this necessary?
     (modulesPath + "/profiles/qemu-guest.nix")
     ./cpu.nix
     ./gpu.nix
diff --git a/hosts/lahmu/hardware/gpu.nix b/hosts/lahmu/hardware/gpu.nix
index 62bde0d2..88c9b88a 100644
--- a/hosts/lahmu/hardware/gpu.nix
+++ b/hosts/lahmu/hardware/gpu.nix
@@ -10,6 +10,6 @@
   #     amd-media-driver # libva
   #   ];
   #
-  #   # Force radv, TODO is this logical?
+  #   # Force radv, TODO: is this logical?
   #   environment.variables.AMD_VULKAN_ICD = "RADV";
 }
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
   ];
diff --git a/hosts/tiamat/hardware/gpu.nix b/hosts/tiamat/hardware/gpu.nix
index 403c6f65..abb6c19f 100644
--- a/hosts/tiamat/hardware/gpu.nix
+++ b/hosts/tiamat/hardware/gpu.nix
@@ -5,7 +5,7 @@
   #     amd-media-driver # libva
   #   ];
   #
-  #   # Force radv, TODO is this logical?
+  #   # Force radv, TODO: is this logical?
   #   environment.variables.AMD_VULKAN_ICD = "RADV";
 
   hardware.opengl = {