diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/system/machines/ogopogo.nix | 5 |
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 f51ffd285870..26694fce34a5 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 = [{ |