diff options
Diffstat (limited to 'hosts/shar')
| -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; |
