feat(wpcarro/blog): Create short post about scheduled reboots
Slowly building the habit of blogging more (especially about nix). Change-Id: I13006a6555d746ab55b4b282ea83bc732573a58e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5149 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
3220b38d03
commit
e1833e95f2
2 changed files with 47 additions and 0 deletions
|
|
@ -22,4 +22,11 @@
|
|||
content = ./posts/send-mail-as-2fa.md;
|
||||
draft = false;
|
||||
}
|
||||
{
|
||||
key = "auto-reboot-nixos";
|
||||
title = "Automatically Reboot NixOS";
|
||||
date = 1643666914;
|
||||
content = ./posts/auto-reboot-nixos.md;
|
||||
draft = false;
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue