diff options
author | bd <bdunahu@gmail.com> | 2023-12-27 17:54:41 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2023-12-27 17:54:41 -0700 |
commit | b36934f19c62430195278316b5e7ac7b2e66572a (patch) | |
tree | 754bf34d78ba4badd4ae2bd3cd4531f006b51274 /src/guix-config/bdunahu-config.scm | |
parent | fdeb36ca3080f5af0c434cb9fc8c8c06442ced1b (diff) |
Functional home configuration
Diffstat (limited to 'src/guix-config/bdunahu-config.scm')
-rw-r--r-- | src/guix-config/bdunahu-config.scm | 10 |
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")))) + ))) |