games disk lvm

This commit is contained in:
mjallen18
2025-04-25 23:27:05 -05:00
parent 2fb230915f
commit 1b61ab3377
2 changed files with 41 additions and 23 deletions

View File

@@ -82,15 +82,6 @@ in
}
];
fileSystems."/home/matt/Games" = {
device = "/dev/disk/by-uuid/1adb3161-ef9e-45d9-be5f-dd718186f1b3";
fsType = "ext4";
};
fileSystems."/home/matt/1TB" = {
device = "/dev/disk/by-uuid/7f9c2d1e-64ee-d901-2084-2d1e64eed901";
fsType = "ext4";
};
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction