Compare commits

..

No commits in common. "d290047090349c28d940a8c4699b994283f4d483" and "65edf315b29db95716a3261a236e92d8356260c7" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View file

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

View file

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

View file

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