diff --git a/home/christoph/default.nix b/home/christoph/default.nix index 9905bbd8..7da1411c 100644 --- a/home/christoph/default.nix +++ b/home/christoph/default.nix @@ -429,6 +429,8 @@ cachix ] (lib.mkIf (!headless) [ + veracrypt + # Proton protonvpn-gui protonmail-bridge-gui diff --git a/system/modules/docker/options.nix b/system/modules/docker/options.nix index ed53e14d..696c8946 100644 --- a/system/modules/docker/options.nix +++ b/system/modules/docker/options.nix @@ -55,6 +55,6 @@ } } ''; - default = {}; + default = []; }; }