mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
newtone: disable jellyfin and add mumble-server
This commit is contained in:
parent
3345c55438
commit
62721bc7bd
2 changed files with 10 additions and 1 deletions
9
nixos/modules/service/mumble-server.nix
Normal file
9
nixos/modules/service/mumble-server.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.murmur = {
|
||||
enable = true;
|
||||
welcometext = "Welcome to the Mumble-Server!";
|
||||
#sslKey = "";
|
||||
#sslCert = "";
|
||||
};
|
||||
}
|
|
@ -8,12 +8,12 @@
|
|||
../modules/development.nix
|
||||
../modules/docker.nix
|
||||
../modules/networkdecrypt.nix
|
||||
../modules/service/mumble-server.nix
|
||||
../modules/nix.nix
|
||||
../modules/ssh.nix
|
||||
../modules/users.nix
|
||||
../modules/webapps/config.nix
|
||||
../modules/webapps/homer.nix
|
||||
../modules/webapps/jellyfin.nix
|
||||
../modules/webapps/navidrome.nix
|
||||
];
|
||||
networking.hostName = "newton";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue