From 051dbdb678b4066df38683bbdba1f0d2e1e8e04a Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 28 Jan 2025 03:19:28 +0300 Subject: [PATCH] enable WOL on ymir --- hosts/ymir/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index e41bd33..515ef6c 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -41,6 +41,8 @@ in { # Enable networking networking.networkmanager.enable = true; + networking.interfaces.enp3s0.wakeOnLan.enable = true; + hardware.nvidia-container-toolkit.enable = true; # hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;