mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
up and down commands
This commit is contained in:
parent
32fc90debe
commit
cd00701028
10 changed files with 77 additions and 16 deletions
|
|
@ -22,7 +22,7 @@
|
|||
}: {
|
||||
imports = [./nix/module.nix];
|
||||
config = lib.mkIf (config.networking.netnsd.namespaces != {}) {
|
||||
nixpkgs.overlays = [ outputs.overlays.default ];
|
||||
nixpkgs.overlays = [outputs.overlays.default];
|
||||
networking.netnsd.package = lib.mkDefault pkgs.netnsd;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue