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
|
./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
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
|
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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue