diff options
author | Ben Sima <ben@bsima.me> | 2019-06-07 12:16:27 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-06-07 12:18:48 -0700 |
commit | 3971bd1e35dc9ec72b3aa50f29b2f82d1e06cf72 (patch) | |
tree | 0edee704157bb4ddd95e5277a783fdfea2bff68e /depo/nutin-madaj/default.nix | |
parent | 8bf3f4e98d71d7c4e2dc3651fe7094f33f9f409a (diff) |
rename lithium and activate gitlab-runner
Diffstat (limited to 'depo/nutin-madaj/default.nix')
-rw-r--r-- | depo/nutin-madaj/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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)]; }; } |