summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/file_system_layouts/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/system/file_system_layouts/default.nix b/system/file_system_layouts/default.nix
index 31b0b0b..4cd9ff1 100644
--- a/system/file_system_layouts/default.nix
+++ b/system/file_system_layouts/default.nix
@@ -44,6 +44,10 @@ in {
device = "/srv/acme";
options = ["bind"];
};
+ "/var/lib/postgresql" = {
+ device = "/srv/postgresql";
+ options = ["bind"];
+ };
};
};
}