1
0
mirror of https://github.com/kmein/niveum synced 2026-03-23 13:21:06 +01:00

2 Commits

2 changed files with 3 additions and 0 deletions

View File

@@ -84,5 +84,7 @@
# systemd
s = "${pkgs.systemd}/bin/systemctl";
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}"
"password:${config.age.secrets.spotify-password.path}"
];
serviceConfig.SupplementaryGroups = ["pipewire"];
};
networking.firewall.allowedTCPPorts = [4713];