diff --git a/flake.nix b/flake.nix index a682059..117b3aa 100644 --- a/flake.nix +++ b/flake.nix @@ -167,7 +167,7 @@ "phone" = inputs.nix-on-droid.lib.nixOnDroidConfiguration { modules = [ #./users/me/headless.nix - { + ({ pkgs, ... }: { users.users.nix-on-droid.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFjgXf9S9hxjyph2EEFh1el0z4OUT9fMoFAaDanjiuKa me@main" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICWsqiz0gEepvPONYxqhKKq4Vxfe1h+jo11k88QozUch me@bitwarden" @@ -178,7 +178,7 @@ openssh ]; system.stateVersion = "23.05"; - } + }) ]; }; };