summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-05-13 10:43:54 -0400
committerVineet Kumar <git@vineetk.net>2026-05-13 10:43:54 -0400
commit23dcb160d04b0f86392cf094f613e29fb3f3a5b1 (patch)
tree016bf20ba219aff44abd57886a9b837a04c1966c
parenta455474d88458fbb4367f49e0b29c096a45611ff (diff)
demiurge, hastur: add myself to kvm group
-rw-r--r--epistemia/systems/demiurge.scm2
-rw-r--r--epistemia/systems/hastur.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm
index f4eca3a..34d007d 100644
--- a/epistemia/systems/demiurge.scm
+++ b/epistemia/systems/demiurge.scm
@@ -58,7 +58,7 @@
58 (comment "Vineet") 58 (comment "Vineet")
59 (shell (file-append bash "/bin/bash")) 59 (shell (file-append bash "/bin/bash"))
60 (group "users") 60 (group "users")
61 (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty" "cgroup"))) ;; TODO remove docker 61 (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty" "cgroup" "kvm"))) ;; TODO remove docker
62 %base-user-accounts)) 62 %base-user-accounts))
63 63
64 (kernel linux-6.18) 64 (kernel linux-6.18)
diff --git a/epistemia/systems/hastur.scm b/epistemia/systems/hastur.scm
index 3f74a95..57cefc0 100644
--- a/epistemia/systems/hastur.scm
+++ b/epistemia/systems/hastur.scm
@@ -41,7 +41,7 @@
41 (comment "Vineet") 41 (comment "Vineet")
42 (shell (file-append bash "/bin/bash")) 42 (shell (file-append bash "/bin/bash"))
43 (group "users") 43 (group "users")
44 (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty"))) 44 (supplementary-groups '("wheel" "audio" "video" "input" "seat" "tty" "kvm")))
45 %base-user-accounts)) 45 %base-user-accounts))
46 46
47 (kernel linux-6.18) 47 (kernel linux-6.18)