Reenable sops

This commit is contained in:
hodasemi 2025-06-05 10:57:26 +02:00
parent 0b4f9e988b
commit 9098f5bb35

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