summaryrefslogtreecommitdiff
path: root/depo/nutin-madaj
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-07-05 18:26:10 -0700
committerBen Sima <ben@bsima.me>2019-07-05 19:05:12 -0700
commitfb86a62e4bee9ac7f8ff7bfc0a034793c87fd1cf (patch)
treed38a8a1c4cc80d75b2720db02559faaee56d0aa8 /depo/nutin-madaj
parentf00b77cdb5c46f4c95559539145d24392c1622f8 (diff)
refactor user keys, and add deploy user
Diffstat (limited to 'depo/nutin-madaj')
-rw-r--r--depo/nutin-madaj/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/depo/nutin-madaj/default.nix b/depo/nutin-madaj/default.nix
index bb854cd..fdfb32e 100644
--- a/depo/nutin-madaj/default.nix
+++ b/depo/nutin-madaj/default.nix
@@ -88,7 +88,5 @@ import "${nixpkgs}/nixos" {
networking.hostName = "simatime";
networking.firewall.allowPing = true;
services.openssh.enable = true;
- users.users.root.openssh.authorizedKeys.keys =
- [(builtins.readFile ../../keys/deploy.pub)];
};
}