Add volume mount

This commit is contained in:
Maxiem Geldhof 2025-10-31 18:40:32 +01:00
parent 8e42f81a19
commit 116fd3c993
3 changed files with 37 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
{config}: {
fileSystems."/mnt/volume-hel1-2" = {
device = "/dev/disk/by-id/scsi-0HC_Volume_103422022";
fsType = "ext4";
@ -18,4 +18,6 @@
"nofail"
];
};
inherit (import ../volumebox/mount.nix {keypath=age.secrets.hetzner-key; path="/mnt/sbox"})
}