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