Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
2cd342ec56
15 changed files with 389 additions and 307 deletions
|
|
@ -110,6 +110,7 @@
|
|||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true; # Enables Avahi for name service lookups (e.g., in /etc/nsswitch.conf)
|
||||
nssmdns6 = true; # Also resolve IPv6 mDNS addresses via NSS
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true; # Publish your laptop's IP addresses
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
nerd-fonts.lilex
|
||||
nerd-fonts.symbols-only
|
||||
fira-code
|
||||
];
|
||||
};
|
||||
|
|
@ -57,6 +58,7 @@
|
|||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.wifi.backend = "iwd";
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@
|
|||
# START_CHARGE_THRESH_BAT0 = 40; # 40 and below it starts to charge
|
||||
STOP_CHARGE_THRESH_BAT0 = 81; # 80 and above it stops charging
|
||||
|
||||
WIFI_PWR_ON_AC = "off";
|
||||
WIFI_PWR_ON_BAT = "off";
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue