From 28868b093237a4de9ef5043a5e4a45f5a15bbb74 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sun, 4 Apr 2021 21:27:56 +0200 Subject: modules/profiles/tvl: add tvl profile module This doesn't do much other than enabling cache.tvl.su as a binary cache currently, but we can additional settings in the future which are neat for working with tvl's depot. I contemplated adding an option to add to the nixPath, but I don't want it too desparately right now and it is kind of annoying to implement for vuizvui, as the default core/common.nix module overrides any values you set and it is hard to merge the nixPath values, so we'll probably need an vuizvui.extraNixPath option etc. pp. --- machines/sternenseemann/wolfgang.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/sternenseemann') diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix index 70bc3769..5096dfb6 100644 --- a/machines/sternenseemann/wolfgang.nix +++ b/machines/sternenseemann/wolfgang.nix @@ -133,6 +133,10 @@ in { videoDrivers = [ "intel" ]; }; + vuizvui.profiles.tvl = { + enable = true; + }; + nix.trustedUsers = [ "lukas" ]; users.users.lukas = { isNormalUser = true; -- cgit 1.4.1