comments and soulseek work?
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user