mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
key perms
This commit is contained in:
@@ -5,12 +5,14 @@
|
||||
};
|
||||
sops.secrets."ssh/intern/private" = {
|
||||
path = "${config.home.homeDirectory}/.ssh/intern";
|
||||
mode = "0600";
|
||||
};
|
||||
sops.secrets."ssh/extern/public" = {
|
||||
path = "${config.home.homeDirectory}/.ssh/extern.pub";
|
||||
};
|
||||
sops.secrets."ssh/extern/private" = {
|
||||
path = "${config.home.homeDirectory}/.ssh/extern";
|
||||
mode = "0600";
|
||||
};
|
||||
programs.ssh.matchBlocks = {
|
||||
"intern" = {
|
||||
|
||||
Reference in New Issue
Block a user