[louise] enable zeroconf discovery

This commit is contained in:
2024-03-04 20:53:58 +01:00
parent a43a3f7504
commit 8c94953c0d
2 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ in
{
users.users.malobeo = {
isNormalUser = true;
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "pulse-access" ];
openssh.authorizedKeys.keys = sshKeys.admins;
initialPassword = "test";
};