From e5d842ff7b8a4361c8dd9d708f60e177cf37c82c Mon Sep 17 00:00:00 2001 From: uku Date: Fri, 6 Jun 2025 11:16:19 +0200 Subject: [PATCH] chore(mottarone): add liberica-17 --- systems/mottarone/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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}" + ]; }