mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(service): add teamspeak
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
./octoprint.nix
|
||||
./vaultwarden.nix
|
||||
];
|
||||
services.teamspeak3 = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user