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:
parent
e286f848a0
commit
987b114082
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue