aboutsummaryrefslogtreecommitdiff
path: root/modules/hosts/adam/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/adam/secrets.nix')
-rw-r--r--modules/hosts/adam/secrets.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/hosts/adam/secrets.nix b/modules/hosts/adam/secrets.nix
index 5d47369..7426b9a 100644
--- a/modules/hosts/adam/secrets.nix
+++ b/modules/hosts/adam/secrets.nix
@@ -32,6 +32,12 @@
group = "users";
mode = "0600";
};
+ "ssh_authorized_keys" = {
+ owner = "schererleander";
+ group = "users";
+ mode = "0644";
+ path = "/etc/ssh/authorized_keys.d/schererleander";
+ };
};
};