Compare commits
No commits in common. "d290047090349c28d940a8c4699b994283f4d483" and "65edf315b29db95716a3261a236e92d8356260c7" have entirely different histories.
d290047090
...
65edf315b2
3 changed files with 1 additions and 15 deletions
|
@ -7,7 +7,6 @@
|
||||||
./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
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
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-us
|
zoom
|
||||||
libreoffice
|
libreoffice
|
||||||
nil
|
nil
|
||||||
nix-index
|
nix-index
|
||||||
|
@ -57,7 +57,6 @@
|
||||||
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