From d40a56ec99137942d4c4058800d71743cb390be5 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sun, 23 Aug 2026 21:43:33 -0400 Subject: move more packages and prep for migration --- modules/ryan-config/base-system.scm | 92 ++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 46 deletions(-) (limited to 'modules') diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index c75ab7c..d84744b 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm @@ -118,7 +118,7 @@ (name "ryan") (comment "Ryan") (group "users") - ;(shell (file-append zsh "/bin/zsh")) + (shell (file-append zsh "/bin/zsh")) (home-directory "/home/ryan") (supplementary-groups '("wheel" "netdev" "audio" "video" "lp" "plugdev" "docker" "libvirt" "kvm" "dialout"))) %base-user-accounts)) @@ -126,27 +126,27 @@ ;; Packages installed system-wide. Users can also install packages ;; under their own account: use 'guix search KEYWORD' to search ;; for packages and 'guix install PACKAGE' to install a package. - (packages (append (map specification->package (list "sway" + (packages (append (map specification->package (list ;"sway" ;"hyprland" - "swaybg" + ;"swaybg" ;"swayidle" ;"swaylock-effects" - "fuzzel" - "foot" + ;"fuzzel" + ;"foot" "linux-pam" ; installed directly to get libs in profile directly - "pinentry-qt" + ;"pinentry-qt" "adwaita-icon-theme" "hicolor-icon-theme" - "git" - "waybar-experimental" - "gnupg" + ;"git" + ;"waybar-experimental" + ;"gnupg" "light" "avahi" - "mako" - "grim" - "grimblast" - "slurp" - "wl-clipboard" + ;"mako" + ;"grim" + ;"grimblast" + ;"slurp" + ;"wl-clipboard" ;"bluez" ;"blueman" "ldacbt" @@ -166,9 +166,9 @@ "wireshark" ;"openconnect" ;"openconnect-sso" - "webkitgtk-with-libsoup2" ; Needed for Go wails development + ;"webkitgtk-with-libsoup2" ; Needed for Go wails development "zsh")) - (list my-ca-certs virt-manager-ovmf bluez-ryan netbird-bin neovim-ryan) + (list my-ca-certs virt-manager-ovmf bluez-ryan netbird-bin) ;neovim-ryan) %my-base-packages )) ;; Below is the list of system services. To search for available @@ -190,9 +190,9 @@ (publish-workstation? #f))) ;; do not advertise, I want this to be as silent as possible (service docker-service-type) ; Tailscale daemon from rosenthal - (service tailscale-service-type - (tailscale-configuration - (socket "/var/run/tailscale/tailscaled.sock"))) + ; (service tailscale-service-type + ; (tailscale-configuration + ; (socket "/var/run/tailscale/tailscaled.sock"))) (service netbird-service-type) (service containerd-service-type) (service nix-service-type @@ -206,32 +206,32 @@ (list (pam-entry (control "include") (module "login"))))))) - (simple-service 'ly-pam pam-root-service-type - (list - (pam-service - (name "ly") - (account - (list - (pam-entry (control "required") - (module "pam_unix.so")))) - (auth - (list - (pam-entry (control "required") - (module "pam_unix.so")))) - (password - (list - (pam-entry (control "required") - (module "pam_unix.so") - (arguments (list "sha512" "shadow"))))) - (session - (list - (pam-entry (control "required") - (module "/gnu/store/4lhhf88iz9pdr624z5hnq2avlk1ny4ga-elogind-255.17/lib/security/pam_elogind.so") - (arguments (list "debug=yes"))) - (pam-entry (control "required") - (module "pam_env.so")) - (pam-entry (control "required") - (module "pam_unix.so"))))))) + ; (simple-service 'ly-pam pam-root-service-type + ; (list + ; (pam-service + ; (name "ly") + ; (account + ; (list + ; (pam-entry (control "required") + ; (module "pam_unix.so")))) + ; (auth + ; (list + ; (pam-entry (control "required") + ; (module "pam_unix.so")))) + ; (password + ; (list + ; (pam-entry (control "required") + ; (module "pam_unix.so") + ; (arguments (list "sha512" "shadow"))))) + ; (session + ; (list + ; (pam-entry (control "required") + ; (module "/gnu/store/4lhhf88iz9pdr624z5hnq2avlk1ny4ga-elogind-255.17/lib/security/pam_elogind.so") + ; (arguments (list "debug=yes"))) + ; (pam-entry (control "required") + ; (module "pam_env.so")) + ; (pam-entry (control "required") + ; (module "pam_unix.so"))))))) (service kmscon-service-type (kmscon-configuration (virtual-terminal "tty7") @@ -263,7 +263,7 @@ (guix-configuration (inherit config) (substitute-urls - (append (list "https://nonguix-proxy.ditigal.xyz/") + (append (list "https://substitutes.nonguix.org") %default-substitute-urls)) (authorized-keys (cons* (plain-file "non-guix.pub" -- cgit v1.3.1