about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-09-18 17:04:32 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-09-18 17:04:32 +0900
commitec08b57c66e29357f8a0f96c74e822f030e5fc18 (patch)
tree99c4314424be4d3a6bf35e1f72ecd7770ba90749
parenta15bec7fd641fc896aa5552b191c15180082e12f (diff)
downloaddotfiles-ec08b57c66e29357f8a0f96c74e822f030e5fc18.tar.gz
Update desktop's package set and SSH conf
-rw-r--r--guix/brno.pub1
-rw-r--r--guix/home.scm16
-rw-r--r--guix/system.scm4
3 files changed, 14 insertions, 7 deletions
diff --git a/guix/brno.pub b/guix/brno.pub
new file mode 100644
index 0000000..1f2b13b
--- /dev/null
+++ b/guix/brno.pub
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMdpY35WWTAWe8OHc9KybJfS66eVO+MmzlEv7VG3V/fd cnx@brno
diff --git a/guix/home.scm b/guix/home.scm
index df3ab72..fcdc8fd 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -22,13 +22,13 @@
             "gui")
       (specifications->packages
         '("aerc" "isync" "mu" "nheko" "weechat" "weechat-wee-slack"
-          "arandr" "libreoffice" "python-ueberzug" "rxvt-unicode"
+          "arandr" "libreoffice" "python-ueberzug" "rxvt-unicode" "scrot"
           "audacious" "ffmpeg" "mediainfo" "mpv" "simplescreenrecorder"
-          "awesome" "copyq" "dbus" "keynav" "scrot" "sx" "xdg-utils" "xrdb"
+          "awesome" "copyq" "dbus" "keynav" "sx" "xdg-utils" "xkill" "xrdb"
           "bastet" "extremetuxracer" "gnujump" "hedgewars" "kiki" "neverball"
-          "dico" "icecat" "liferea" "w3m" "yt-dlp"
+          "dico" "icecat" "liferea" "tipp10" "w3m" "yt-dlp"
           "font-google-noto" "font-latin-modern" "hicolor-icon-theme" "qt5ct"
-          "gcc-toolchain" "python" "texlive" "zig"
+          "gcc-toolchain" "make" "python" "texlive" "zig"
           "gimp" "imv" "imagemagick" "zathura" "zathura-pdf-poppler"
           "git" "git:send-email" "git-lfs"
           "gnupg" "pinentry" "nss-certs" "oath-toolkit"
@@ -37,6 +37,7 @@
   (services
     (list (service home-bash-service-type
                    (home-bash-configuration
+                     (aliases '(("dict" . "dico")))
                      (bash-profile (list (local-file "bash-profile")))
                      (bashrc (list (local-file "bashrc")))))
           (simple-service
@@ -68,11 +69,16 @@
                                                 (host-name "loang.net")
                                                 (user "cnx")
                                                 (port 2211))
+                                  (openssh-host (name "super")
+                                                (host-name "10.20.19.28")
+                                                (user "phong")
+                                                (port 4071))
                                   (openssh-host (name "rack")
                                                 (host-name "10.20.18.56")
                                                 (user "cnx")
                                                 (port 4071))))
-                     (authorized-keys (list (local-file "cnx.pub")))
+                     (authorized-keys (list (local-file "brno.pub")
+                                            (local-file "cnx.pub")))
                      (add-keys-to-agent "yes")))
           (service home-gpg-agent-service-type
                    (home-gpg-agent-configuration
diff --git a/guix/system.scm b/guix/system.scm
index 8d280c0..d81918a 100644
--- a/guix/system.scm
+++ b/guix/system.scm
@@ -58,8 +58,8 @@
                                       (destination "default")
                                       (gateway "192.168.0.1"))))
                             (name-servers
-                              '("147.182.243.49" ; ns4.ca.us.dns.opennic.glue
-                                "168.138.8.38"))))) ; ns4.au.dns.opennic.glue
+                              '("147.182.243.49" ; ns4.ca.us
+                                "104.248.14.193"))))) ; ns2.nj.us
            (service avahi-service-type)
            (service udisks-service-type)
            (service elogind-service-type)