diff options
| author | Ben Sima <ben@bsima.me> | 2021-01-03 18:41:17 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2021-01-03 18:41:17 -0500 |
| commit | fa9ad3f5cf79adaf6d11b08d241e64e7a2552edf (patch) | |
| tree | c6d2ae660a16788cb75a323ea07d883534683b48 | |
| parent | 55c7e1a340a9eddc230a8782b8487844e2876b0d (diff) | |
Biz.Dev: mount campbell automatically
| -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 = [ ]; |
