summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-01-03 18:41:17 -0500
committerBen Sima <ben@bsima.me>2021-01-03 18:41:17 -0500
commitfa9ad3f5cf79adaf6d11b08d241e64e7a2552edf (patch)
treec6d2ae660a16788cb75a323ea07d883534683b48
parent55c7e1a340a9eddc230a8782b8487844e2876b0d (diff)
Biz.Dev: mount campbell automatically
-rw-r--r--Biz/Dev/Hardware.nix8
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 = [ ];