commit 447c63aa1d2c63455ee8b7c06d8aaeef5de7f37a
parent e4e4ce62299eee36ca2ce636fd974b893458a5d2
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 9 Aug 2023 20:43:06 +0200
Fix typo
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -189,6 +189,9 @@
path = "/etc/ssh/ssh_host_rsa_key.pub";
};
+ sops.secrets.ssh.marcel = { };
+ sops.secrets.ssh.root = { };
+
sops.secrets.ssh.marcel.id_ed25519 = {
mode = "0600";
owner = config.users.users.marcel.name;