get nixos-rebuild working again

This commit is contained in:
Gerg-L 2025-02-24 21:12:58 -05:00
parent 131ba820ad
commit 8d74606039
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 10 additions and 3 deletions

View file

@ -144,7 +144,7 @@
!include ${config.sops.secrets.github_token.path}
'';
};
sops.secrets.github_token = { };
sops.secrets.github_token.owner = "gerg";
environment.etc = {
"jdks/17".source = "${pkgs.openjdk17}/bin";