generalized flake restructing/laptops hwaccel, few comments aand whaatever i did there probs
This commit is contained in:
parent
04dc68f7f0
commit
d0a6fb398e
6 changed files with 14 additions and 22 deletions
|
|
@ -46,15 +46,15 @@
|
|||
|
||||
swapDevices = [];
|
||||
|
||||
fileSystems."/mnt/backup" = {
|
||||
device = "/dev/disk/by-uuid/4242ad6b-4b5e-4990-bcf7-501f6099b429";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"nofail" # don’t 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" # don’t 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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue