NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(devenv): temporarily comment out gvisor on podman extra pkgs

See https://github.com/netbirdio/netbird/issues/5290 and https://github.com/NixOS/nixpkgs/pull/502502,
pending integration to nixpkgs-unstable branch and picking up on nixpkgs-weekly flakehub mirror.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+1 -1
+1 -1
shared/server/devenv.nix
··· 50 50 enable = true; 51 51 package = pkgs.podman; 52 52 extraPackages = with pkgs; [ 53 - gvisor 53 + #gvisor 54 54 podman-compose 55 55 ]; 56 56 };