diff options
| author | EuAndreh <eu@euandre.org> | 2022-10-10 18:11:06 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-10-10 18:11:09 -0300 |
| commit | 26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f (patch) | |
| tree | 1295270a7aad8f5f9e154b5542550ccdf43c8f8f /etc/guix/system.scm | |
| parent | bin/wms: Add new working binary, and integrate it with i3 (diff) | |
| download | dotfiles-26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f.tar.gz dotfiles-26158ce2ebcf1f91abd4dcd43ff8aa7185754a0f.tar.xz | |
bin/vm: Add VM management script
etc/guix/system.scm: Include myself in the "kvm" group so that the QEMU
commands can be given the "--enable-kvm" flag;
etc/ssh/config: Include the generated SSH config file
Diffstat (limited to '')
| -rw-r--r-- | etc/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index 8072b4f4..948a398b 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -49,7 +49,7 @@ (name "andreh") (comment "EuAndreh") (group "users") - (supplementary-groups '("netdev" "audio" "video" "wheel")))) + (supplementary-groups '("netdev" "audio" "video" "wheel" "kvm")))) %base-user-accounts)) (packages (append |
