Compare commits
2 commits
65edf315b2
...
d290047090
Author | SHA1 | Date | |
---|---|---|---|
d290047090 | |||
7f63999596 |
3 changed files with 15 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
./hardware-configuration.nix
|
||||
../../roles/laptop.nix
|
||||
../../roles/zfs.nix
|
||||
../../roles/avahi.nix
|
||||
../../roles/restic.nix
|
||||
../../base.nix
|
||||
../../users/root.nix
|
||||
|
|
12
roles/avahi.nix
Normal file
12
roles/avahi.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
workstation = true;
|
||||
domain = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
spotify
|
||||
thunderbird
|
||||
slack
|
||||
zoom
|
||||
zoom-us
|
||||
libreoffice
|
||||
nil
|
||||
nix-index
|
||||
|
@ -57,6 +57,7 @@
|
|||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
obs-pipewire-audio-capture
|
||||
obs-multi-rtmp
|
||||
];
|
||||
};
|
||||
vscode = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue