From ca699f1dbe97cc026a3fd6a4b191a4f63d087232 Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 21 Nov 2023 22:14:33 +0100 Subject: [PATCH] nix(loki): add wol pkg --- nix/hosts/loki/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/hosts/loki/configuration.nix b/nix/hosts/loki/configuration.nix index 844f82b..d39eed7 100644 --- a/nix/hosts/loki/configuration.nix +++ b/nix/hosts/loki/configuration.nix @@ -97,6 +97,10 @@ ]; }; + environment.systemPackages = with pkgs; [ + wol + ]; + networking = { # hostId = pkgs.lib.mkForce "00000000"; hostId = "deadb33f";