From 4132ebdf171f3428d3f92b5bf46d9914cfe3d4cf Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 29 Jan 2022 01:01:44 +0100 Subject: [PATCH] dacbert, glotzbert: enable c3d2.autoUpdate --- hosts/dacbert/default.nix | 6 +++--- hosts/glotzbert/default.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/dacbert/default.nix b/hosts/dacbert/default.nix index a2138f08..1f3cfd63 100644 --- a/hosts/dacbert/default.nix +++ b/hosts/dacbert/default.nix @@ -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"; diff --git a/hosts/glotzbert/default.nix b/hosts/glotzbert/default.nix index 09072f44..21b5fbc9 100644 --- a/hosts/glotzbert/default.nix +++ b/hosts/glotzbert/default.nix @@ -9,6 +9,7 @@ hq.enableBinaryCache = false; k-ot.enable = true; mountCeph = "/mnt/storage"; + autoUpdate = true; }; nixpkgs.config.allowUnfree = true;