diff options
Diffstat (limited to 'os/srv/docker.nix')
| -rw-r--r-- | os/srv/docker.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/srv/docker.nix b/os/srv/docker.nix index 0ed1541..a87ea5d 100644 --- a/os/srv/docker.nix +++ b/os/srv/docker.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, username, ... }: let - cfg = config.sys.srv.docker; + cfg = config.os.srv.docker; in { - options.sys.srv.docker.enable = lib.mkEnableOption "enables the docker container engine"; + options.os.srv.docker.enable = lib.mkEnableOption "enables the docker container engine"; config = lib.mkIf cfg.enable { virtualisation.docker.enable = true; |
