4 Commits c7105fdcd6 ... 4f20fe79b3

Author SHA1 Message Date
  Oleg Pykhalov 4f20fe79b3 apps: cluster1: workstation: workstation-kube3: Update to e5706265. 1 month ago
  Oleg Pykhalov e57062655e manifests: pc0-packages: Delete duplicated openssh package. 1 month ago
  Oleg Pykhalov 09751d8de1 manifests: Add guile packages. 1 month ago
  Oleg Pykhalov 1f0e05ee88 guix-image-workstation: Fix Guix channels. 1 month ago

+ 1 - 1
apps/cluster1/workstation/workstation-kube3/workstation_v1_workstation.yaml

@@ -42,7 +42,7 @@ spec:
         operator: Exists
       containers:
       - name: guix
-        image: harbor.home.wugi.info/library/guix-image-workstation:7518682c
+        image: harbor.home.wugi.info/library/guix-image-workstation:e5706265
         volumeMounts:
         - mountPath: /home/oleg/.cache/ihs
           name: home-oleg-dot-cache-ihs

+ 0 - 10
dotfiles/channels-guix-guixsd.scm

@@ -1,10 +0,0 @@
-(list (channel
-       (name 'guix)
-       (url "https://cgit.wugi.info/git/guix/guix")
-       (branch "master")
-       (commit "32bd53cdb28cf35310f9067d4450e0113071a900")
-       (introduction
-        (make-channel-introduction
-         "9edb3f66fd807b096b48283debdcddccfea34bad"
-         (openpgp-fingerprint
-          "BBB0 2DDF 2CEA F6A8 0D1D  E643 A2A0 6DF2 A33A 54FA")))))

+ 1 - 1
dotfiles/guixsd/guix-image-workstation.scm

@@ -236,7 +236,7 @@ allow-preset-passphrase"))))
 program.")))
 
 (define my-channels
-  (include "/home/oleg/.local/share/chezmoi/dotfiles/channels-guix-guixsd.scm"))
+  (include "/home/oleg/.local/share/chezmoi/dotfiles/channels-current-guix-image-workstation.scm"))
 
 (operating-system
   (host-name "workstation")

+ 7 - 0
dotfiles/manifests/guile.scm

@@ -0,0 +1,7 @@
+(use-modules (guix profiles)
+             (gnu packages guile-xyz))
+
+(define guile-packages
+  (list guile-swayer))
+
+(packages->manifest (append guile-packages))

+ 0 - 1
dotfiles/manifests/pc0-packages.scm

@@ -48,7 +48,6 @@
                "remmina"
                "looking-glass-client"
                "netcat-openbsd"
-               "openssh"
                "clipman"
                "qbittorrent"
                "direnv"

+ 2 - 1
dotfiles/manifests/pc0.scm

@@ -22,5 +22,6 @@
                 "majordomo.scm"
                 "notebook-packages.scm"
                 "tor-browsers.scm"
-                "python.scm"))
+                "python.scm"
+                "guile.scm"))
          (list manifest-wm)))