generalized flake restructing/laptops hwaccel, few comments aand whaatever i did there probs

This commit is contained in:
tulg 2026-03-28 01:40:22 +03:00
parent 04dc68f7f0
commit d0a6fb398e
6 changed files with 14 additions and 22 deletions

View file

@ -46,15 +46,15 @@
swapDevices = [];
fileSystems."/mnt/backup" = {
device = "/dev/disk/by-uuid/4242ad6b-4b5e-4990-bcf7-501f6099b429";
fsType = "ext4";
options = [
"nofail" # dont block boot if missing
# "x-systemd.automount" # mount on first access
"noatime"
#fileSystems."/mnt/backup" = {
# device = "/dev/disk/by-uuid/4242ad6b-4b5e-4990-bcf7-501f6099b429";
# fsType = "ext4";
# options = [
# "nofail" # dont block boot if missing
# # "x-systemd.automount" # mount on first access
# "noatime"
];
};
# };
fileSystems."/mnt/hdd1tb" = {
device = "/dev/disk/by-uuid/790092e5-074b-4007-a511-cbd8aa8cc1a7";