comments and soulseek work?

This commit is contained in:
2025-03-19 00:37:15 -04:00
parent e1efe1ca79
commit ad7dd42496
7 changed files with 90 additions and 12 deletions

View File

@@ -12,6 +12,7 @@
imports = [
./hardware.nix
./zfs.nix
./services/postgresql.nix
./services/jellyfin.nix
./services/caddy.nix
@@ -23,6 +24,7 @@
./services/bitmagnet.nix
./services/matrix.nix
./services/owntracks.nix
./services/soulseek.nix
];
systemd.targets = {
@@ -337,9 +339,9 @@
# };
# };
systemd.tmpfiles.rules = [
"d /tank/music 775 ${username} users"
];
# systemd.tmpfiles.rules = [
# "d /tank/music 775 ${username} users"
# ];
system.stateVersion = "24.11";
}