6fbd78d462
Another short post about strange encounters in sysadmin-land. Change-Id: Ie71ca36553440d706ff808af91bed8e09008f909 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5944 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
60 lines
1.3 KiB
Nix
60 lines
1.3 KiB
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;
|
|
}
|
|
{
|
|
key = "csharp-unused-variables";
|
|
title = "Unused Variables Broke Prod";
|
|
date = 1655840877;
|
|
content = ./posts/csharp-unused-variables.md;
|
|
draft = false;
|
|
}
|
|
{
|
|
key = "restic-field-guide";
|
|
title = "Beginner's Field Guide to restic";
|
|
date = 1656645093;
|
|
content = ./posts/restic.md;
|
|
draft = false;
|
|
}
|
|
{
|
|
key = "tee-time";
|
|
title = "tee time";
|
|
date = 1657597870;
|
|
content = ./posts/tee-time.md;
|
|
draft = false;
|
|
}
|
|
{
|
|
key = "ssh-oddities";
|
|
title = "SSH Oddities";
|
|
date = 1657647994;
|
|
content = ./posts/ssh-oddities.md;
|
|
draft = false;
|
|
}
|
|
]
|