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
|
@ -200,6 +200,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
pie = {
|
pie = {
|
||||||
|
hostname = "pie.local";
|
||||||
sshUser = "yule";
|
sshUser = "yule";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
services.cron = {
|
services.cron = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemCronJobs = [
|
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 = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"pie.local" = {
|
||||||
|
hostname = "pie.local";
|
||||||
|
user = "yule";
|
||||||
|
};
|
||||||
|
|
||||||
"git.b12f.io" = {
|
"git.b12f.io" = {
|
||||||
hostname = "git.b12f.io";
|
hostname = "git.b12f.io";
|
||||||
user = "git";
|
user = "git";
|
||||||
|
|
Loading…
Reference in a new issue