diff options
author | Ben Sima <ben@bsima.me> | 2019-07-05 18:26:10 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-05 19:05:12 -0700 |
commit | fb86a62e4bee9ac7f8ff7bfc0a034793c87fd1cf (patch) | |
tree | d38a8a1c4cc80d75b2720db02559faaee56d0aa8 /depo/hikuj-zupip | |
parent | f00b77cdb5c46f4c95559539145d24392c1622f8 (diff) |
refactor user keys, and add deploy user
Diffstat (limited to 'depo/hikuj-zupip')
-rw-r--r-- | depo/hikuj-zupip/default.nix | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/depo/hikuj-zupip/default.nix b/depo/hikuj-zupip/default.nix index ed1733e..e297a3e 100644 --- a/depo/hikuj-zupip/default.nix +++ b/depo/hikuj-zupip/default.nix @@ -1,6 +1,6 @@ /* -hidor-kahih - main development/build server +hidor-kahih - main development/build server. Lives in ben's living room. */ @@ -14,14 +14,11 @@ import "${nixpkgs}/nixos" { (import ../../pack/overlay.nix) ]; - imports = - [ ./hardware.nix - ../users.nix - ../packages.nix - ./configuration.nix + imports = [ + ./hardware.nix + ../users.nix + ../packages.nix + ./configuration.nix ]; - - users.users.root.openssh.authorizedKeys.keys = - [(builtins.readFile ../../keys/deploy.pub)]; }; } |