diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-01-09 16:40:19 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-01-09 16:40:19 -0500 |
| commit | b16fe4e423d4875cf150d3bd339aba8a38a3ea78 (patch) | |
| tree | 846a7d54546f603db9885f50389836027e1e6285 /hosts/shar/configuration.nix | |
| parent | 16e34477e8b927814698edc39fb1332ee9b4401e (diff) | |
shar fixes?
Diffstat (limited to 'hosts/shar/configuration.nix')
| -rw-r--r-- | hosts/shar/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
