1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

2 Commits

2 changed files with 3 additions and 0 deletions

View File

@@ -84,5 +84,7 @@
# systemd # systemd
s = "${pkgs.systemd}/bin/systemctl"; s = "${pkgs.systemd}/bin/systemctl";
us = "${pkgs.systemd}/bin/systemctl --user"; us = "${pkgs.systemd}/bin/systemctl --user";
j = "${pkgs.systemd}/bin/journalctl";
uj = "${pkgs.systemd}/bin/journalctl --user";
}; };
} }

View File

@@ -28,6 +28,7 @@
"username:${config.age.secrets.spotify-username.path}" "username:${config.age.secrets.spotify-username.path}"
"password:${config.age.secrets.spotify-password.path}" "password:${config.age.secrets.spotify-password.path}"
]; ];
serviceConfig.SupplementaryGroups = ["pipewire"];
}; };
networking.firewall.allowedTCPPorts = [4713]; networking.firewall.allowedTCPPorts = [4713];