summary refs log tree commit diff
path: root/hosts/navi/hardware-configuration.nix
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-07-30 04:33:29 +0300
committertzlil <tzlils@protonmail.com>2023-07-30 04:33:29 +0300
commitf540e2a9b369a26e3ab3f22fe89845f4ccfbb390 (patch)
tree0402f7f73de90b306d59f2eeed6cb195197ee502 /hosts/navi/hardware-configuration.nix
parent7a9386564b22aaa918a72ee8ba07924b5288410f (diff)
stuff
Diffstat (limited to 'hosts/navi/hardware-configuration.nix')
-rw-r--r--hosts/navi/hardware-configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/navi/hardware-configuration.nix b/hosts/navi/hardware-configuration.nix
index 15442df..5eef790 100644
--- a/hosts/navi/hardware-configuration.nix
+++ b/hosts/navi/hardware-configuration.nix
@@ -24,7 +24,6 @@ in {
   hardware.bluetooth.enable = true;
 
 
-  /*
   disko.devices = {
     disk.${baseNameOf device} = {
       inherit device;
@@ -70,5 +69,4 @@ in {
       ];
     };
   };
-  */
 }