Add volume mount
This commit is contained in:
parent
8e42f81a19
commit
6b6145c693
3 changed files with 42 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{ config }:
|
||||
{
|
||||
fileSystems."/mnt/volume-hel1-2" = {
|
||||
device = "/dev/disk/by-id/scsi-0HC_Volume_103422022";
|
||||
|
|
@ -18,4 +19,11 @@
|
|||
"nofail"
|
||||
];
|
||||
};
|
||||
|
||||
inherit
|
||||
(import ../volumebox/mount.nix {
|
||||
keypath = config.age.secrets.hetzner-key;
|
||||
path = "/mnt/sbox";
|
||||
})
|
||||
;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue