From 9098f5bb358cef36127b89f6519d2285cfb494d7 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 5 Jun 2025 10:57:26 +0200 Subject: [PATCH] Reenable sops --- dev_system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_system.nix b/dev_system.nix index cc904e1..c7fd1ab 100644 --- a/dev_system.nix +++ b/dev_system.nix @@ -30,7 +30,7 @@ in keyFile = "/root/.config/sops/age/keys.txt"; generateKey = true; }; - # secrets."foo" = {}; + secrets."foo" = {}; }; users.users = { @@ -40,7 +40,7 @@ in home = "/home/pipeline"; description = "User used by forgejo runners to connect to this system"; extraGroups = [ "docker" ]; - # openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ]; + openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ]; }; }; }