fix(nix): override the right frontend package setting in the flake nixos module

This commit is contained in:
nelind
2026-05-27 01:04:31 +02:00
parent 44cb016762
commit fc6063dba8
+1 -1
View File
@@ -36,7 +36,7 @@
imports = [ ./module.nix ];
config.services.tranquil-pds = {
package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-pds;
settings.frontend.package = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-frontend;
settings.frontend.dir = self.packages.${pkgs.stdenv.hostPlatform.system}.tranquil-frontend;
};
};
};