diff --git a/systems/mottarone/default.nix b/systems/mottarone/default.nix index 8201cdf..9e47c21 100644 --- a/systems/mottarone/default.nix +++ b/systems/mottarone/default.nix @@ -70,4 +70,8 @@ initialPasswordFile = "/opt/pgadminpwd"; }; }; + + systemd.tmpfiles.rules = [ + "L+ /opt/liberica-17 - - - - ${camascaPkgs.liberica-17}" + ]; }