From fb86a62e4bee9ac7f8ff7bfc0a034793c87fd1cf Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 5 Jul 2019 18:26:10 -0700 Subject: refactor user keys, and add deploy user --- depo/nutin-madaj/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'depo/nutin-madaj/default.nix') 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)]; }; } -- cgit v1.2.3