From f797764449d03d0f72ed9df9fc521edb546dafa1 Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 15 Dec 2022 10:15:20 +0200 Subject: discard deploy-rs for now, add i3status-rs config --- profiles/user.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'profiles') diff --git a/profiles/user.nix b/profiles/user.nix index 71c6617..46f8d50 100644 --- a/profiles/user.nix +++ b/profiles/user.nix @@ -45,12 +45,12 @@ }; programs.ssh = { enable = true; - knownHosts = { - pc = { - extraHostNames = [ "100.99.246.128" ]; - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINu5lRKb1Ao4uj1tAV10QHKIvXfC8ncQ65b+oJtxrd1e"; - }; - }; + # knownHosts = { + # pc = { + # extraHostNames = [ "100.99.246.128" ]; + # publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINu5lRKb1Ao4uj1tAV10QHKIvXfC8ncQ65b+oJtxrd1e"; + # }; + # }; matchBlocks."*".identityFile = config.age.secrets."id_ed25519".path; }; }; -- cgit 1.4.1