porcorosso: some various changes
This commit is contained in:
parent
071d0468df
commit
65d5cf0f92
1 changed files with 12 additions and 3 deletions
|
@ -26,8 +26,6 @@ in {
|
|||
../lib/zfs.nix
|
||||
../lib/graphical-client-x11.nix
|
||||
../lib/whitby-distributed.nix
|
||||
|
||||
../lib/quotes.bfob.gg.nix
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
|
@ -124,7 +122,10 @@ in {
|
|||
systemd.services.systemd-udev-settle.enable = false;
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
wifi.backend = "iwd";
|
||||
};
|
||||
my.ip.tailscale = "100.125.26.108";
|
||||
|
||||
# Set your time zone.
|
||||
|
@ -339,6 +340,14 @@ in {
|
|||
|
||||
my.scrapeJournal.enable = false; # Laptop, don't pull too much.
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
services.lldpd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# This value determines the NixOS release with which your system is to be
|
||||
# compatible, in order to avoid breaking some software such as database
|
||||
# servers. You should change this only after NixOS release notes say you
|
||||
|
|
Loading…
Reference in a new issue