nixos/polaris: set Type=notify (#486135)

This commit is contained in:
Peder Bergebakken Sundt
2026-02-03 09:54:02 +00:00
committed by GitHub
+1
View File
@@ -87,6 +87,7 @@ in
wantedBy = [ "multi-user.target" ];
serviceConfig = rec {
Type = "notify";
User = cfg.user;
Group = cfg.group;
DynamicUser = true;