Commit 788ef5fca2ca

Vincent Demeester <vincent@sbr.pm>
2026-01-12 17:05:47
feat(microshift): add sudo and crc to service path
Add required binaries to the systemd service path for MicroShift setup. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1255eb2
Changed files (1)
modules
microshift
modules/microshift/default.nix
@@ -90,6 +90,11 @@ in
         WorkingDirectory = "/home/${cfg.user}";
       };
 
+      path = with pkgs; [
+        sudo
+        crc
+      ];
+
       script = ''
         # Setup CRC with MicroShift preset
         ${pkgs.crc}/bin/crc config set preset microshift