From a4f786f7099a92996474ba0f5e0efaee6d731dc2 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Tue, 19 Oct 2021 07:53:59 +0100 Subject: [PATCH] hm: add su-cinema-ernie --- ops/nixos/lib/home-manager/common.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ops/nixos/lib/home-manager/common.nix b/ops/nixos/lib/home-manager/common.nix index 49280113f8..693eebba69 100644 --- a/ops/nixos/lib/home-manager/common.nix +++ b/ops/nixos/lib/home-manager/common.nix @@ -45,6 +45,16 @@ in hostname = "172.16.0.9"; proxyJump = "sar1"; }; + su-cinema-ernie = { + user = "lukegb"; + hostname = "su-cinema-ernie.su.ic.ac.uk"; + port = 8080; + }; + su-cinema-ernie-root = { + user = "root"; + hostname = "su-cinema-ernie.su.ic.ac.uk"; + port = 8080; + }; } // (builtins.listToAttrs [ { name = allEventBlocks; value = { proxyJump = "sar1"; }; } ]));