From d2b3cf99c9d13ed2b07365f7f2ab60eb57b88463 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Oct 2025 01:46:21 +0300 Subject: [PATCH] 123 --- nixosModules/users.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nixosModules/users.nix b/nixosModules/users.nix index e7ed4be..c286fc5 100755 --- a/nixosModules/users.nix +++ b/nixosModules/users.nix @@ -62,12 +62,6 @@ group = config.users.users."${xlib.device.username}".group; mode = "0600"; }; - ssh_key_private_host = { - format = "yaml"; - key = "ssh_key_private"; - path = "/etc/ssh/id_ed25519"; - mode = "0600"; - }; ssh_key_public = { format = "yaml"; key = "ssh_key_public";