Remove the data-share from gwyn and ttrss-postgres

This commit is contained in:
Andreas Zweili 2022-11-05 16:33:05 +01:00
parent ff704efb56
commit 648f7bace7
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ in
dataDir = "/mnt/data/ttrss/app";
inherit custom domain pkgs;
})
"${custom.inputs.self}/modules/data-share"
"${custom.inputs.self}/modules/postgresql"
];
age.secrets.ttrssEnv.file = "${custom.inputs.self}/scrts/ttrss_env.age";

View File

@ -7,7 +7,6 @@
"${custom.inputs.self}/hardware/bluetooth"
"${custom.inputs.self}/hardware/nvidia"
"${custom.inputs.self}/hardware/dvd"
"${custom.inputs.self}/modules/data-share"
(import "${custom.inputs.self}/modules/desktop" { inherit custom; })
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
(import "${custom.inputs.self}/modules/droidcam" { inherit custom; })