l prism.r: mount tank/backups

This commit is contained in:
lassulus 2019-09-22 11:57:38 +02:00
parent 6d70d953ed
commit 4e01c4c58b

View File

@ -20,6 +20,11 @@
fsType = "ext4";
};
fileSystems."/backups" = {
device = "tank/backups";
fsType = "zfs";
};
fileSystems."/srv/http" = {
device = "tank/srv-http";
fsType = "zfs";