From b16fe4e423d4875cf150d3bd339aba8a38a3ea78 Mon Sep 17 00:00:00 2001 From: scouckel Date: Fri, 9 Jan 2026 16:40:19 -0500 Subject: shar fixes? --- hosts/shar/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/shar/configuration.nix b/hosts/shar/configuration.nix index 666c628..cae6446 100644 --- a/hosts/shar/configuration.nix +++ b/hosts/shar/configuration.nix @@ -48,6 +48,7 @@ prefixLength = 24; }]; networking.interfaces.eno1.mtu = 1400; + networking.interfaces.eno1.wakeOnLan.enable = true; networking.defaultGateway = { address = "173.66.162.1"; interface = "eno1"; @@ -102,6 +103,8 @@ ]; }; + security.sudo.wheelNeedsPassword = false; + # Allow unfree packages nixpkgs.config.allowUnfree = true; -- cgit v1.3