Skip to content

Commit

Permalink
remove the nscd service
Browse files Browse the repository at this point in the history
fix #4
  • Loading branch information
giuliano108 committed Dec 20, 2020
1 parent 744fceb commit 01fa298
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion systems/wsl-config-docker.scm
Expand Up @@ -92,7 +92,6 @@
(operating-system-default-essential-services this-operating-system)))

(services (list (service guix-service-type)
(service nscd-service-type)
(service dummy-networking-service-type)
(syslog-service)
(service elogind-service-type)
Expand Down
3 changes: 1 addition & 2 deletions systems/wsl-config.scm
Expand Up @@ -71,8 +71,7 @@
(list 'firmware 'linux-bare-metal)))
(operating-system-default-essential-services this-operating-system)))

(services (list (service guix-service-type)
(service nscd-service-type)))))
(services (list (service guix-service-type)))))

; Hackish way to avoid building/including linux-module-database in the system,

Expand Down

0 comments on commit 01fa298

Please sign in to comment.