up
This commit is contained in:
parent
0875e05f71
commit
8c44e6e6cc
7 changed files with 284 additions and 15 deletions
|
|
@ -58,15 +58,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