Original commit
This commit is contained in:
commit
cc74263a3b
26 changed files with 3052 additions and 0 deletions
21
systems/selene/volumes.nix
Normal file
21
systems/selene/volumes.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
fileSystems."/mnt/volume-hel1-2" = {
|
||||
device = "/dev/disk/by-id/scsi-0HC_Volume_103422022";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"defaults"
|
||||
"discard"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
|
||||
fileSystems."/mnt/volume-hel1-1" = {
|
||||
device = "/dev/disk/by-id/scsi-0HC_Volume_103419450";
|
||||
fsType = "ext4";
|
||||
options = [
|
||||
"defaults"
|
||||
"discard"
|
||||
"nofail"
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue