From 50672e10e87fa90f9ded5065aa4bc4ce0afaf730 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 25 Dec 2024 01:34:17 +0100 Subject: [WIP] Setup `deploy-rs` and add networking detection script --- hosts/by-name/server1/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/by-name/server1/configuration.nix') diff --git a/hosts/by-name/server1/configuration.nix b/hosts/by-name/server1/configuration.nix index c0e76db..ab7c02a 100644 --- a/hosts/by-name/server1/configuration.nix +++ b/hosts/by-name/server1/configuration.nix @@ -25,6 +25,7 @@ postgresql.enable = true; redlib.enable = true; users.enable = true; + persist.enable = true; }; boot.tmp.cleanOnBoot = true; -- cgit 1.4.1