Update laptop config

This commit is contained in:
2024-08-09 11:19:48 -05:00
parent 34902172ee
commit c94f6e3956
6 changed files with 40 additions and 25 deletions

View File

@@ -33,6 +33,13 @@
environment.systemPackages = [ localPackages.x86_64-linux.jhelioviewer ];
services.printing.enable = true;
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.xbootldrMountPoint = "/boot";