mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
reload destination -> target and module fixes
This commit is contained in:
parent
645a6e9978
commit
5e5ee227fc
10 changed files with 69 additions and 42 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue