reload destination -> target and module fixes

This commit is contained in:
Robin Appelman 2025-10-31 22:40:04 +01:00
commit 5e5ee227fc
10 changed files with 69 additions and 42 deletions

View file

@ -21,7 +21,8 @@
...
}: {
imports = [./nix/module.nix];
config = lib.mkIf config.networking.netnsd.enable {
config = lib.mkIf (config.networking.netnsd.namespaces != {}) {
nixpkgs.overlays = [ outputs.overlays.default ];
networking.netnsd.package = lib.mkDefault pkgs.netnsd;
};
};