summaryrefslogtreecommitdiff
path: root/system.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 18:52:05 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 18:52:05 -0400
commit9a856d3a5b1f2571a0b575b7476cfae6f0ca9437 (patch)
treec15165bb39b036acb66a6549188e7533007bff5c /system.scm
parent48409f81f8dfacbb7cadc7cd4ad890353b7c0451 (diff)
Nix... Nix home manager.. on MY Guix installation?? More likely than
you'd think!
Diffstat (limited to 'system.scm')
-rw-r--r--system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/system.scm b/system.scm
index c4a22cf..bd0dd2c 100644
--- a/system.scm
+++ b/system.scm
@@ -20,7 +20,7 @@
20(use-modules (srfi srfi-1)) 20(use-modules (srfi srfi-1))
21(use-modules (ryan-packages freedesktop)) 21(use-modules (ryan-packages freedesktop))
22(use-package-modules security-token) 22(use-package-modules security-token)
23(use-service-modules cups desktop networking xorg ssh sound security-token docker virtualization) 23(use-service-modules cups desktop networking xorg ssh nix sound security-token docker virtualization)
24 24
25; Define package that installs my root ca public keys 25; Define package that installs my root ca public keys
26(define my-ca-certs 26(define my-ca-certs
@@ -146,6 +146,7 @@
146 (service openssh-service-type) 146 (service openssh-service-type)
147 (service pcscd-service-type) 147 (service pcscd-service-type)
148 (service docker-service-type) 148 (service docker-service-type)
149 (service nix-service-type)
149 (service libvirt-service-type 150 (service libvirt-service-type
150 (libvirt-configuration 151 (libvirt-configuration
151 (unix-sock-group "libvirt"))) 152 (unix-sock-group "libvirt")))