From 21f634027f741eb275f1e6b84eb8875a04c63095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 12 Nov 2024 09:06:36 +0200 Subject: [PATCH] add guix --- hosts/vno1-gdrx/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index 44ce6b2..d71e640 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -168,6 +168,9 @@ in }; }; + services.guix.enable = true; + users.extraGroups.guixbuild.members = [ "motiejus" ]; + environment.systemPackages = with pkgs; [ tcpflow ]; networking = {