containers: fix imports
This commit is contained in:
parent
bf9875090c
commit
112a86eee7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
"./jellyfin.nix"
|
./jellyfin.nix
|
||||||
"./qbittorent.nix"
|
./qbittorent.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
settings.containers = {
|
settings.containers = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue