jovian changes and such

This commit is contained in:
Bun 2025-07-17 00:30:42 -04:00
parent 0a3b5d2fca
commit e39e0534c2
7 changed files with 17 additions and 44 deletions

View file

@ -1,13 +1,11 @@
{ config, ... }:
{
fileSystems = {
"/mnt/Games" = {
device = "/dev/disk/by-uuid/cb109a85-846d-4417-9c50-a2279bd20803";
fsType = "btrfs";
options = [
"nofail"
"nosuid"
];
};
fileSystems."/mnt/Games" = {
device = "/dev/disk/by-uuid/cb109a85-846d-4417-9c50-a2279bd20803";
fsType = "btrfs";
options = [
"nofail"
"nosuid"
];
};
}