diff options
author | Karel Kočí <cynerd@email.cz> | 2022-12-08 11:02:24 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-12-08 11:02:24 +0100 |
commit | b8ef5f853f9b34d5bd721923576a9281430f51bd (patch) | |
tree | 7accad360b13f9755c29288e69d32e6cb1415817 | |
parent | 7ec62c5c0e7177c06ae21784a9dc256ee3f1a530 (diff) | |
download | nixos-personal-b8ef5f853f9b34d5bd721923576a9281430f51bd.tar.gz nixos-personal-b8ef5f853f9b34d5bd721923576a9281430f51bd.tar.bz2 nixos-personal-b8ef5f853f9b34d5bd721923576a9281430f51bd.zip |
nixos/generic: add wakeonlan
-rw-r--r-- | nixos/modules/generic.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index a396816..676df77 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -72,6 +72,7 @@ in { iftop nethogs # TODO add mdns sshfs + wakeonlan lm_sensors |