Format project using nixfmt rfc candidate.
This commit is contained in:
parent
1f63817684
commit
a9f7fe416f
91 changed files with 1347 additions and 1000 deletions
|
@ -18,7 +18,11 @@
|
|||
};
|
||||
fileSystems."/home/august/Videos" = {
|
||||
device = "/mnt/WD/Videos/Movies/";
|
||||
options = [ "nofail" "bind" "x-systemd.automount" ];
|
||||
options = [
|
||||
"nofail"
|
||||
"bind"
|
||||
"x-systemd.automount"
|
||||
];
|
||||
neededForBoot = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue