feat(grfn/system): Add ogopogo

This is my new work desktop

https://en.wikipedia.org/wiki/Ogopogo

Change-Id: I198d8757ff85eec00a303b990efdd2658cbc3e6a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5963
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2022-07-19 17:39:57 -04:00 committed by grfn
parent 482e1b201c
commit 7ac9b76c3c
5 changed files with 151 additions and 0 deletions

View file

@ -22,6 +22,10 @@ rec {
dobharchuHome = dobharchu.activation-script;
ogopogo = home ./machines/ogopogo.nix;
ogopogoHome = ogopogo.activation-script;
yeren = home ./machines/yeren.nix;
yerenHome = yeren.activation-script;