X-Git-Url: https://git.ayoreis.com/machines.git/blobdiff_plain/5e0a5c52e7689f605d35b00d2a161ae68befc4f2..883ae475e49fa55b6cba1d36888c88fa208a2633:/levanter/configuration.nix?ds=sidebyside diff --git a/levanter/configuration.nix b/levanter/configuration.nix index 79ff330..0f3fa43 100644 --- a/levanter/configuration.nix +++ b/levanter/configuration.nix @@ -1,8 +1,10 @@ -{ device, hostname, ... }: { +{ device, hostname, ayo_public_key, ... }: { imports = [ ./hardware-configuration.nix ./disko.nix + ./caddy.nix ./komuhn-website.nix + ./git-server.nix ]; boot.loader.grub = { @@ -25,10 +27,7 @@ users."ayo" = { isNormalUser = true; extraGroups = [ "wheel" ]; - - openssh.authorizedKeys.keys = [ - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIeBrQONJC4u4M0/gYhsMMcVxs+mVlk5bmT7vtReEyK7 ayo@monsoon" - ]; + openssh.authorizedKeys.keys = [ ayo_public_key ]; }; };