guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 23dcb160d04b0f86392cf094f613e29fb3f3a5b1
parent a455474d88458fbb4367f49e0b29c096a45611ff
Author: Vineet Kumar <git@vineetk.net>
Date:   Wed, 13 May 2026 10:43:54 -0400

demiurge, hastur: add myself to kvm group

Diffstat:
Mepistemia/systems/demiurge.scm | 2+-
Mepistemia/systems/hastur.scm | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm @@ -58,7 +58,7 @@ (comment "Vineet") (shell (file-append bash "/bin/bash")) (group "users") - (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty" "cgroup"))) ;; TODO remove docker + (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty" "cgroup" "kvm"))) ;; TODO remove docker %base-user-accounts)) (kernel linux-6.18) diff --git a/epistemia/systems/hastur.scm b/epistemia/systems/hastur.scm @@ -41,7 +41,7 @@ (comment "Vineet") (shell (file-append bash "/bin/bash")) (group "users") - (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty"))) + (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty" "kvm"))) %base-user-accounts)) (kernel linux-6.18)