1

Modules/Docker: Fix default option value

This commit is contained in:
2025-07-10 03:18:16 +02:00
parent 5d61740724
commit c6d86b8a42
2 changed files with 3 additions and 1 deletions

View File

@ -429,6 +429,8 @@
cachix
]
(lib.mkIf (!headless) [
veracrypt
# Proton
protonvpn-gui
protonmail-bridge-gui

View File

@ -55,6 +55,6 @@
}
}
'';
default = {};
default = [];
};
}