dacbert, glotzbert: enable c3d2.autoUpdate

This commit is contained in:
Astro 2022-01-29 01:01:44 +01:00
parent c1c7d71e47
commit 4132ebdf17
2 changed files with 4 additions and 3 deletions

View File

@ -71,6 +71,9 @@
mergeHostsFile = true;
hq.interface = "eth0";
hq.statistics.enable = true;
audioServer.enable = true;
k-ot.enable = true;
autoUpdate = true;
};
nix = {
@ -115,9 +118,6 @@
wheelNeedsPassword = false;
};
c3d2.audioServer.enable = true;
c3d2.k-ot.enable = true;
# Select internationalisation properties.
console = {
font = "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";

View File

@ -9,6 +9,7 @@
hq.enableBinaryCache = false;
k-ot.enable = true;
mountCeph = "/mnt/storage";
autoUpdate = true;
};
nixpkgs.config.allowUnfree = true;