Deploy nextcloud

This commit is contained in:
Natsu Kagami 2023-05-15 13:56:39 +02:00
parent 42c2668094
commit 8f9a556f37
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 80 additions and 4 deletions

View file

@ -7,4 +7,10 @@
fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
# swap
swapDevices = [{ device = "/var/swapfile"; size = 2 * 1024; }];
# volumes
fileSystems."/mnt/minio" = {
device = "/dev/disk/by-id/scsi-0HC_Volume_31812942";
fsType = "ext4";
};
}