deadnix
This commit is contained in:
parent
fcc280a41a
commit
6c644b8a80
12 changed files with 3 additions and 18 deletions
|
|
@ -140,7 +140,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
mkNetworkService = name: network:
|
||||
mkNetworkService = name: _network:
|
||||
nameValuePair "podman-network-${name}" {
|
||||
description = "Podman network ${name} for ookflix";
|
||||
serviceConfig = {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkIf getExe;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue