mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -75,7 +75,6 @@
|
|||||||
ssh_key_public = {
|
ssh_key_public = {
|
||||||
format = "yaml";
|
format = "yaml";
|
||||||
key = "ssh_key_public";
|
key = "ssh_key_public";
|
||||||
|
|
||||||
path = "/home/${xlib.device.username}/.ssh/id_ed25519.pub";
|
path = "/home/${xlib.device.username}/.ssh/id_ed25519.pub";
|
||||||
owner = config.users.users."${xlib.device.username}".name;
|
owner = config.users.users."${xlib.device.username}".name;
|
||||||
group = config.users.users."${xlib.device.username}".group;
|
group = config.users.users."${xlib.device.username}".group;
|
||||||
|
|||||||
Reference in New Issue
Block a user