Documentation with mdbook #8

Closed
kalipso wants to merge 14 commits from mdbook into master
Showing only changes of commit 021197996c - Show all commits

View File

@@ -100,11 +100,12 @@ in
nix = { nix = {
# Show a diff when activating a new system except for microvms which handle this seperately # Show a diff when activating a new system except for microvms which handle this seperately
#diffSystem = config.malobeo.deployment.server or "" == ""; #diffSystem = config.malobeo.deployment.server or "" == "";
gc = lib.mkIf config.malobeo.autoUpdate.enable { #TODO: THIS WIPES HOSTS NIX STORE FROM WITHIN NIXOS-CONTAINER
automatic = true; #gc = lib.mkIf config.malobeo.autoUpdate.enable {
randomizedDelaySec = "6h"; # automatic = true;
options = "--delete-older-than 21d"; # randomizedDelaySec = "6h";
}; # options = "--delete-older-than 21d";
#};
}; };
environment.systemPackages = [ ( environment.systemPackages = [ (