Add Jovian back again to try it out

This commit is contained in:
Bun 2025-04-23 14:23:29 -04:00
parent 3d3c89c326
commit 5c8c68331d
11 changed files with 256 additions and 19 deletions

View file

@ -0,0 +1,11 @@
{ config, ... }:
{
fileSystems."/mnt/Games" = {
device = "/dev/disk/by-uuid/a026c6c7-04a0-4f34-82bb-ea7e4f3e85c5";
fsType = "ext4";
options = [
"nofail"
"nosuid"
];
};
}