use docker on sgx-nixos

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-01-18 16:03:51 +01:00
parent e181ef3e75
commit 227144bceb
6 changed files with 13 additions and 9 deletions

View file

@ -13,7 +13,7 @@ let
in
{
options.plusultra.nix = with types; {
enable = mkBoolOpt true "Whether or not to manage nix configuration.";
enable = mkBoolOpt false "Whether or not to manage nix configuration.";
package = mkOpt package pkgs.nixUnstable "Which nix package to use.";
default-substituter = {