From 06a20ba3df2cb22695868043ded4d0b04ab54e44 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 16 Dec 2021 23:29:59 +0000 Subject: fix(ops/diogenes): Ensure diogenes builds diogenes "passed" CI because the file was named configuration.nix (vestage from the NixOS default /etc/nixos/configuration). This CL fixes some issues I encountered after running depot/bin/rebuild-system. TL;DR: - rename configuration.nix -> default.nix to trigger CI - add diogenes to my systems - add public SSH key Change-Id: I24197b8936c201267db6f71f00099dce590eac1d Reviewed-on: https://cl.tvl.fyi/c/depot/+/4388 Tested-by: BuildkiteCI Reviewed-by: wpcarro Reviewed-by: tazjin Autosubmit: wpcarro --- ops/machines/all-systems.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ops/machines/all-systems.nix') diff --git a/ops/machines/all-systems.nix b/ops/machines/all-systems.nix index cbcfaf864f5d..99cabefba6c7 100644 --- a/ops/machines/all-systems.nix +++ b/ops/machines/all-systems.nix @@ -15,5 +15,6 @@ ]) ++ (with depot.users.wpcarro.nixos; [ + diogenes marcus ]) -- cgit 1.4.1