Changed option namespace for better compatibility
This commit is contained in:
parent
fe8045ee55
commit
8b25f46384
26 changed files with 407 additions and 232 deletions
|
|
@ -5,10 +5,10 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.download-pod-old;
|
||||
cfg = config.my.services.download-pod-old;
|
||||
in
|
||||
{
|
||||
options.download-pod-old = {
|
||||
options.my.services.download-pod-old = {
|
||||
enable = lib.mkEnableOption "Enable download services module";
|
||||
|
||||
proxy = {
|
||||
|
|
@ -43,7 +43,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
podman.enable = true;
|
||||
my.virtualisation.podman.enable = true;
|
||||
|
||||
systemd.services.pod-download = {
|
||||
description = "Start podman 'download' pod";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue