Compare commits

...

2 commits

3 changed files with 15 additions and 1 deletions

View file

@ -7,6 +7,7 @@
./hardware-configuration.nix ./hardware-configuration.nix
../../roles/laptop.nix ../../roles/laptop.nix
../../roles/zfs.nix ../../roles/zfs.nix
../../roles/avahi.nix
../../roles/restic.nix ../../roles/restic.nix
../../base.nix ../../base.nix
../../users/root.nix ../../users/root.nix

12
roles/avahi.nix Normal file
View file

@ -0,0 +1,12 @@
{
services.avahi = {
enable = true;
nssmdns4 = true;
publish = {
enable = true;
addresses = true;
workstation = true;
domain = true;
};
};
}

View file

@ -15,7 +15,7 @@
spotify spotify
thunderbird thunderbird
slack slack
zoom zoom-us
libreoffice libreoffice
nil nil
nix-index nix-index
@ -57,6 +57,7 @@
enable = true; enable = true;
plugins = with pkgs.obs-studio-plugins; [ plugins = with pkgs.obs-studio-plugins; [
obs-pipewire-audio-capture obs-pipewire-audio-capture
obs-multi-rtmp
]; ];
}; };
vscode = { vscode = {