From 45b8dfeb96fced102c7e61c14653142f7d4384bc Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Thu, 17 Apr 2025 22:12:55 +0200 Subject: [PATCH] fix --- nixos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/default.nix b/nixos/default.nix index 2f1326c..148daf8 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -25,7 +25,7 @@ in { description = '' The prefix for every PHP installation. ''; - default = "/var/lib/phps"; + default = "/run/phps"; type = types.str; }; };