summaryrefslogtreecommitdiffstats
path: root/modules/lass/sshkeys.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lass/sshkeys.nix')
-rw-r--r--modules/lass/sshkeys.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/lass/sshkeys.nix b/modules/lass/sshkeys.nix
new file mode 100644
index 00000000..24c05664
--- /dev/null
+++ b/modules/lass/sshkeys.nix
@@ -0,0 +1,9 @@
+{ config, ... }:
+
+{
+ imports = [
+ ../common/sshkeys.nix
+ ];
+
+ config.sshKeys.lass.pub = "ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAp83zynhIueJJsWlSEykVSBrrgBFKq38+vT8bRfa+csqyjZBl2SQFuCPo+Qbh49mwchpZRshBa9jQEIGqmXxv/PYdfBFQuOFgyUq9ZcTZUXqeynicg/SyOYFW86iiqYralIAkuGPfQ4howLPVyjTZtWeEeeEttom6p6LMY5Aumjz2em0FG0n9rRFY2fBzrdYAgk9C0N6ojCs/Gzknk9SGntA96MDqHJ1HXWFMfmwOLCnxtE5TY30MqSmkrJb7Fsejwjoqoe9Y/mCaR0LpG2cStC1+37GbHJNH0caCMaQCX8qdfgMVbWTVeFWtV6aWOaRgwLrPDYn4cHWQJqTfhtPrNQ== lass@mors";
+}