Add nix service
This commit is contained in:
parent
1c229d649a
commit
5e4c7394fa
|
@ -4,9 +4,11 @@
|
|||
(gnu packages shells)
|
||||
(gnu packages bash)
|
||||
(gnu packages package-management)
|
||||
(gnu services nix)
|
||||
(nongnu packages linux)
|
||||
(nongnu system linux-initrd))
|
||||
(use-service-modules cups desktop networking ssh xorg)
|
||||
(use-service-modules cups desktop networking ssh xorg nix)
|
||||
(use-package-modules package-management)
|
||||
|
||||
(operating-system
|
||||
;; Use nonguix (nonfree) linux
|
||||
|
@ -49,6 +51,7 @@
|
|||
;; To configure OpenSSH, pass an 'openssh-configuration'
|
||||
;; record as a second argument to 'service' below.
|
||||
(service openssh-service-type)
|
||||
(service nix-service-type)
|
||||
(service cups-service-type)
|
||||
(set-xorg-configuration
|
||||
(xorg-configuration (keyboard-layout keyboard-layout))))
|
||||
|
|
Loading…
Reference in New Issue