Modules/Docker: Fix default option value
This commit is contained in:
@ -429,6 +429,8 @@
|
||||
cachix
|
||||
]
|
||||
(lib.mkIf (!headless) [
|
||||
veracrypt
|
||||
|
||||
# Proton
|
||||
protonvpn-gui
|
||||
protonmail-bridge-gui
|
||||
|
@ -55,6 +55,6 @@
|
||||
}
|
||||
}
|
||||
'';
|
||||
default = {};
|
||||
default = [];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user