Use nixosModules and homeManagerModules for config
This commit is contained in:
parent
88a054f3b4
commit
2de0e1a2d6
46 changed files with 151 additions and 190 deletions
|
|
@ -8,13 +8,13 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.features.homelab.tubearchivist-container;
|
||||
cfg = config.nixosModules.tubearchivist-container;
|
||||
|
||||
port = 8085;
|
||||
url = "tubearchivist.oliverdavies.uk";
|
||||
in
|
||||
{
|
||||
options.features.homelab.tubearchivist-container = {
|
||||
options.nixosModules.tubearchivist-container = {
|
||||
enable = mkEnableOption "Enable the tubearchivist-container service.";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue