diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/brno.pub | 1 | ||||
-rw-r--r-- | guix/home.scm | 16 | ||||
-rw-r--r-- | guix/system.scm | 4 |
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) |