tvl-depot/users/wpcarro/website/blog/posts.nix
William Carroll e1833e95f2 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>
2022-01-31 22:34:32 +00:00

32 lines
724 B
Nix

# To format the date, run:
# $ date -d "today" +%s
[
{
key = "cell-phone-experiment";
title = "Cell Phone Experiment";
date = 1585800000;
content = ./posts/cell-phone-experiment.md;
draft = false;
}
{
key = "quassel-google-vm";
title = "IRC, GCP, and NixOS";
date = 1640404800;
content = ./posts/quassel-google-vm.md;
draft = true;
}
{
key = "send-mail-as-2fa";
title = "2FA and Gmail's \"Send mail as\"";
date = 1641497483;
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;
}
]