Mount mirror data volume

This commit is contained in:
Ciapa 2023-05-11 20:43:45 +00:00
parent f85887cae1
commit 98f7d5470c
1 changed files with 5 additions and 0 deletions

View File

@ -9,5 +9,10 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/var/www/mirror" = {
device = "/dev/disk/by-label/data";
fsType = "ext4";
};
services.qemuGuest.enable = true; services.qemuGuest.enable = true;
} }