summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-09-02 10:10:47 -0400
committerbd <bdunahu@operationnull.com>2024-09-02 10:10:47 -0400
commite8c81d4a36479391fa8f9f358cc878b6022bcb4b (patch)
tree9c56dd17a02f2fbe438c29245da99b57569082ba /.config
parent9c98374a7b901b13dbf4e326cedd17d88231bba8 (diff)
Remove channel locking (single guix machine)
Diffstat (limited to '.config')
-rw-r--r--.config/guix/channels-unlocked.scm9
-rw-r--r--.config/guix/modules/base.scm13
2 files changed, 7 insertions, 15 deletions
diff --git a/.config/guix/channels-unlocked.scm b/.config/guix/channels-unlocked.scm
deleted file mode 100644
index a3006e1..0000000
--- a/.config/guix/channels-unlocked.scm
+++ /dev/null
@@ -1,9 +0,0 @@
-(list (channel
- (name 'guix)
- (url "https://git.savannah.gnu.org/git/guix.git")
- (branch "master")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm
index a485336..2e9baba 100644
--- a/.config/guix/modules/base.scm
+++ b/.config/guix/modules/base.scm
@@ -41,12 +41,14 @@
gnuzilla ;; icecat
image ;; flameshot
imagemagick ;; imagemagick
+ linux ;; sysstat
mail ;; offlineimap
man ;; man-pages
package-management ;; stow
password-utils ;; pass-otp, password-store
pdf ;; xpdf
rsync ;; rsync
+ screen ;; screen
texlive ;; texlive
version-control ;; git
video ;; ffmpeg, mpv, yt-dlp
@@ -62,6 +64,7 @@
pass-otp
password-store
pinentry-emacs
+ screen
transmission
xpdf ; pdftotext
yt-dlp
@@ -76,6 +79,7 @@
recutils
rsync
stow
+ sysstat
texlive
unzip
vim
@@ -166,13 +170,13 @@
(aliases '(("cp" . "cp -i")
("grep" . "grep --color=auto")
("guix-rcfg" . "sudo guix system -L ${HOME}/.config/guix/ reconfigure ${HOME}/.config/guix/${HOSTNAME}.scm")
- ("guix-new" . "guix pull --channels=$HOME/.config/guix/channels-unlocked.scm; guix describe --format=channels > $HOME/.dotfiles/.config/guix/channels.scm")
("ll" . "ls -l")
("ls" . "ls -p --color=auto")
("mkd" . "mkdir -pv")
("mv" . "mv -i")
("rm" . "rm -i")
("suspend" . "sudo loginctl suspend")
+ ("rig-shell" . "sudo screen /dev/ttyUSB0 115200")
("vi" . "vim")
("xeb" . "emacsclient -nce '(switch-to-buffer nil)'")
("xet" . "emacsclient -nce '(shell)'")
@@ -212,17 +216,14 @@ alias | sed -E \"s/^alias ([^=]+)='(.*)'$/alias \\1 \\2 \\$*/g; s/'\\\\\\''/'/g;
(home-openssh-configuration
(hosts
(list (openssh-host (name "garm")
- (host-name "192.168.1.114")
- (user "bdunahu"))
+ (host-name "localhost")
+ (user "root"))
(openssh-host (name "vali")
(host-name "192.168.1.136")
(user "bdunahu"))
(openssh-host (name "ivaldi")
(host-name "192.168.1.250")
(user "root"))
- (openssh-host (name "magni")
- (host-name "192.168.1.136")
- (user "edison"))
(openssh-host (name "heimdallr")
(host-name "operationnull.com")
(user "root"))))))