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