diff options
-rw-r--r-- | Biz/Dev/Hardware.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Biz/Dev/Hardware.nix b/Biz/Dev/Hardware.nix index 7f87f74..9297d66 100644 --- a/Biz/Dev/Hardware.nix +++ b/Biz/Dev/Hardware.nix @@ -22,10 +22,10 @@ fsType = "vfat"; }; - #fileSystems."/mnt/lake" = - # { device = "/dev/disk/by-uuid/037df3ae-4609-402c-ab1d-4593190d0ee7"; - # fsType = "ext4"; - # }; + fileSystems."/mnt/campbell" = { + device = "/dev/disk/by-uuid/037df3ae-4609-402c-ab1d-4593190d0ee7"; + fsType = "ext4"; + }; swapDevices = [ ]; |