Commit 658c8fe2a3a6

Vincent Demeester <vincent@sbr.pm>
2025-04-22 16:35:36
systems | redhat: add scripts…
… and fix overlays. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fa84746
Changed files (2)
systems/redhat/default.nix
@@ -4,6 +4,8 @@
     (google-chrome.override {
       commandLineArgs = "--auth-negotiate-delegate-whitelist='*.redhat.com' --auth-server-whitelist=.redhat.com --enable-features=UseOzonePlatform --enable-gpu --ozone-platform=wayland";
     })
+    # FIXME split this into real things
+    scripts
   ];
   # Kerberos
   age.secrets."krb5.conf" = {
systems/default.nix
@@ -33,6 +33,8 @@
       inputs.chick-group.overlays.default
       inputs.agenix.overlays.default
 
+      (import ../nix/overlays/sbr.nix)
+
       # Migrate to "modifications"
       (_: prev: {
         inherit (inputs.buildkit-tekton.packages.${prev.system}) tkn-local;