clanModules/mumble: remove default user

This commit is contained in:
a-kenji
2024-09-26 19:40:40 +02:00
parent 2311f9b88e
commit b4eb8eda20
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,9 @@
{
imports = [
self.clanModules.mumble
{
clan.services.mumble.user = "alice";
}
self.nixosModules.clanCore
(self.inputs.nixpkgs + "/nixos/tests/common/x11.nix")
{