Comment error lines

This commit is contained in:
hodasemi 2025-05-23 07:57:32 +02:00
parent 7513ca3139
commit 9502bdcdae

View file

@ -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 ];
};
};
}