fix: fix user to run droppie awaker on pie
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f5c8627c22
commit
8603106bb7
|
@ -3,7 +3,7 @@
|
|||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
"30 1 * * * wake-droppie ${pkgs.wakeonlan}/bin/wakeonlan 08:F1:EA:97:0F:0C"
|
||||
"30 1 * * * root ${pkgs.wakeonlan}/bin/wakeonlan 08:F1:EA:97:0F:0C"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,11 @@ in {
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
matchBlocks = {
|
||||
"pie.local" = {
|
||||
hostname = "pie.local";
|
||||
user = "yule";
|
||||
};
|
||||
|
||||
"git.b12f.io" = {
|
||||
hostname = "git.b12f.io";
|
||||
user = "git";
|
||||
|
|
Loading…
Reference in a new issue