summary refs log tree commit diff
path: root/hosts/navi/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/navi/hardware-configuration.nix')
-rw-r--r--hosts/navi/hardware-configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/navi/hardware-configuration.nix b/hosts/navi/hardware-configuration.nix
index 7b24c68..15442df 100644
--- a/hosts/navi/hardware-configuration.nix
+++ b/hosts/navi/hardware-configuration.nix
@@ -23,6 +23,8 @@ in {
 
   hardware.bluetooth.enable = true;
 
+
+  /*
   disko.devices = {
     disk.${baseNameOf device} = {
       inherit device;
@@ -68,4 +70,5 @@ in {
       ];
     };
   };
+  */
 }