Deploy nextcloud
This commit is contained in:
parent
42c2668094
commit
8f9a556f37
4 changed files with 80 additions and 4 deletions
|
@ -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";
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue