[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

@@ -46,7 +46,11 @@
networking.networkmanager.enable = true;
sound.enable = true;
hardware.pulseaudio.enable = true;
hardware.pulseaudio = {
enable = true;
zeroconf.discovery.enable = true;
};
time.timeZone = "Europe/Berlin";
system.stateVersion = "23.05"; # Do.. Not.. Change..

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";
};