fix: backup drive failing should not prevent server startup
This commit is contained in:
parent
358986970c
commit
1b5f71f2b7
1 changed files with 3 additions and 0 deletions
|
|
@ -77,6 +77,9 @@
|
|||
fileSystems."/backup" = {
|
||||
device = "/dev/disk/by-uuid/d3b3d7dc-d634-4327-9ea2-9d8daa4ecf4e";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
|
||||
# secrets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue