Add volume mount
This commit is contained in:
parent
8e42f81a19
commit
5e0c257caf
4 changed files with 57 additions and 0 deletions
11
modules/servermodules/arr/arr.nix
Normal file
11
modules/servermodules/arr/arr.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
fileSystems."/mnt/volume-hel1-2" = {
|
||||
device = "/dev/disk/by-id/scsi-0HC_Volume_103422022";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"defaults"
|
||||
"discard"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue