From 9502bdcdaefb34f996bd3274b3ff7cca3f54f83c Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 23 May 2025 07:57:32 +0200 Subject: [PATCH] Comment error lines --- dev_system.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_system.nix b/dev_system.nix index c7fd1ab..cc904e1 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 ]; }; }; }