From f855142a98ccd7bc6328a35e157122766234b72a Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 1 Mar 2026 16:15:11 +0300 Subject: [PATCH] 123 --- modules/users.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index aa6c213..6f0edc1 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -75,7 +75,6 @@ ssh_key_public = { format = "yaml"; key = "ssh_key_public"; - path = "/home/${xlib.device.username}/.ssh/id_ed25519.pub"; owner = config.users.users."${xlib.device.username}".name; group = config.users.users."${xlib.device.username}".group;