it brokko

This commit is contained in:
KoenDR06 2026-03-26 00:19:31 +01:00
parent 163782be1b
commit 67fe88ec1c
4 changed files with 29 additions and 24 deletions

View file

@ -22,9 +22,7 @@ in {
};
systemd.services."enable-wol" = {
script = ''
/home/horseman/nix-config/misc/startup.sh
'';
script = builtins.readFile ../../misc/startup.sh;
serviceConfig = {
Type = "oneshot";
User = "root";