1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

podman: add nftables to default container path (#7802)

This commit is contained in:
Nick Hassan 2025-09-14 09:44:18 +09:30 committed by GitHub
parent e286f848a0
commit 987b114082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,6 +121,7 @@ let
builtins.concatStringsSep ":" [
"/run/wrappers/bin"
"/run/current-system/sw/bin"
"${pkgs.nftables}/bin"
"${config.home.homeDirectory}/.nix-profile/bin"
"${pkgs.systemd}/bin"
]