From 5b468b0d07d5729b94a2beccf66ef0e4088681a2 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Wed, 22 Nov 2023 21:54:27 +0100 Subject: [PATCH] ... --- hosts/phone/nix-on-droid.nix | 2 +- hosts/tab/nix-on-droid.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ];