diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-18 18:52:05 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-18 18:52:05 -0400 |
commit | 9a856d3a5b1f2571a0b575b7476cfae6f0ca9437 (patch) | |
tree | c15165bb39b036acb66a6549188e7533007bff5c /system.scm | |
parent | 48409f81f8dfacbb7cadc7cd4ad890353b7c0451 (diff) |
Nix... Nix home manager.. on MY Guix installation?? More likely than
you'd think!
Diffstat (limited to 'system.scm')
-rw-r--r-- | system.scm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"))) |