From 3971bd1e35dc9ec72b3aa50f29b2f82d1e06cf72 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 7 Jun 2019 12:16:27 -0700 Subject: rename lithium and activate gitlab-runner --- depo/nutin-madaj/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'depo/nutin-madaj') diff --git a/depo/nutin-madaj/default.nix b/depo/nutin-madaj/default.nix index 8789c0c..bb854cd 100644 --- a/depo/nutin-madaj/default.nix +++ b/depo/nutin-madaj/default.nix @@ -88,6 +88,7 @@ import "${nixpkgs}/nixos" { networking.hostName = "simatime"; networking.firewall.allowPing = true; services.openssh.enable = true; - users.users.root.openssh.authorizedKeys.keys = [(builtins.readFile ../../keys/ben.pub)]; + users.users.root.openssh.authorizedKeys.keys = + [(builtins.readFile ../../keys/deploy.pub)]; }; } -- cgit v1.2.3