summaryrefslogtreecommitdiff
path: root/src/guix-config/bdunahu-config.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/guix-config/bdunahu-config.scm')
-rw-r--r--src/guix-config/bdunahu-config.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/guix-config/bdunahu-config.scm b/src/guix-config/bdunahu-config.scm
index fe49e3a..ddf62bd 100644
--- a/src/guix-config/bdunahu-config.scm
+++ b/src/guix-config/bdunahu-config.scm
@@ -8,8 +8,8 @@
(gnu packages)
(gnu services)
(guix gexp)
- (gnu home services)
(gnu home services shells)
+ (gnu home services shepherd)
(gnu home services ssh))
(home-environment
@@ -54,11 +54,13 @@
(service home-openssh-service-type
(home-openssh-configuration
(hosts
- (list (openssh-host (name "ambrosis")
+ (list (openssh-host (name "desk")
(host-name "192.168.1.68")
(user "bdunahu"))
(openssh-host (name "vali")
(host-name "192.168.1.64")
(user "bdunahu"))))))
- (service home-xdg-configuration-files-service-type
- `(("emacs/init.el" ,(local-file "init.el")))))))
+ (service home-shepherd-service-type)
+ ;; (service home-xdg-configuration-files-service-type
+ ;; `(("emacs/init.el" ,(local-file "init.el"))))
+ )))