diff options
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"))) |
