diff --git a/hosts/phone/nix-on-droid.nix b/hosts/phone/nix-on-droid.nix index e2454ea..68e0c97 100644 --- a/hosts/phone/nix-on-droid.nix +++ b/hosts/phone/nix-on-droid.nix @@ -48,7 +48,7 @@ in ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICWsqiz0gEepvPONYxqhKKq4Vxfe1h+jo11k88QozUch me@bitwarden ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAioUu4ow6k+OMjjLdzogiQM4ZEM3TNekGNasaSDzQQE me@phone ''; - home.file.".ssh/authorized_keys".mode = "0600"; + #home.file.".ssh/authorized_keys".mode = "0600"; imports = [ ../../users/common/home.nix ]; diff --git a/hosts/tab/nix-on-droid.nix b/hosts/tab/nix-on-droid.nix index 8b56368..8a2f3d0 100644 --- a/hosts/tab/nix-on-droid.nix +++ b/hosts/tab/nix-on-droid.nix @@ -49,7 +49,7 @@ in ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICWsqiz0gEepvPONYxqhKKq4Vxfe1h+jo11k88QozUch me@bitwarden ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAioUu4ow6k+OMjjLdzogiQM4ZEM3TNekGNasaSDzQQE me@phone ''; - home.file.".ssh/authorized_keys".mode = "0600"; + #home.file.".ssh/authorized_keys".mode = "0600"; imports = [ ../../users/common/home.nix ];