it brokko
This commit is contained in:
parent
163782be1b
commit
67fe88ec1c
4 changed files with 29 additions and 24 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue