about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2023-06-27T19·10-0400
committerclbot <clbot@tvl.fyi>2023-06-27T19·15+0000
commit3fa463a7779f3fe318b34164a9c000d6d9cd58ce (patch)
tree167e2caebaad79f52e8037c50e12646cc23ba38a /users/grfn
parent69fadf638f60f85e1c67318675b000e83e50b954 (diff)
feat(grfn/ogopogo): Add fstab entry for new disk r/6353
Change-Id: Ibc7009327818eb347e76974a2c33a36579a27802
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8860
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/system/machines/ogopogo.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/grfn/system/system/machines/ogopogo.nix b/users/grfn/system/system/machines/ogopogo.nix
index f51ffd2858..26694fce34 100644
--- a/users/grfn/system/system/machines/ogopogo.nix
+++ b/users/grfn/system/system/machines/ogopogo.nix
@@ -44,6 +44,11 @@
       device = "/dev/disk/by-uuid/AE73-03A3";
       fsType = "vfat";
     };
+
+    "/data" = {
+      device = "/dev/disk/by-uuid/03e0f4dc-9778-42e2-a59e-45522610e509";
+      fsType = "ext4";
+    };
   };
 
   swapDevices = [{