Adminy
Adminy
So sorry, not sure what happened. PR is rebased. I'm no longer using the vpn client. So any further changes I won't be able to test. Its all up to...
I'm afraid its not up to us @benys 
So here is something ridiculous, if I install packages inside backstage with yarn, everything works as expected. however if I install them with pnpm, I get this error: What has...
Its possible to get this working on linux-64 hosts also. ```xml Unable to complete connection: Cisco Secure Desktop not installed on the client ``` Also tried the hostscan-bypass method, created...
welp, I don't even get the browser to pop up.
Same here, the difference is that it just compains when I add any local rules, the builtin control tower rules succeed just fine. But local rules fail with this: ```bash...
Turns out you must have 1 rule per file.
https://github.com/raspberrypi/linux/pull/6241
I'm using the nixpkgs `buildLinux` derivation with the following flags: ```nix modDirVersion = "6.10.0-rc5"; version = "6.10.0-rc5"; pname = "linux-rpi"; src = rpi-linux-6_10_0-rc5-src; defconfig = "bcm2712_defconfig"; structuredExtraConfig = with lib.kernel;...
This in turn calls the make commands in: https://github.com/NixOS/nixpkgs/blob/5f24895313965092dbd4a622b85d1986f01e2138/pkgs/os-specific/linux/kernel/generic.nix#L167-L189 Normal is relative. To me its more normal not to make assumptions about which environment your machine is using. Because that...