4 Коміти 87372529ae ... 9a09263a2b

Автор SHA1 Опис Дата
  Oleg Pykhalov 9a09263a2b apps: cluster1: guix: maintenance-guix-system-reconfigure-kube3: Update to 9dceaf9f. 1 тиждень тому
  Oleg Pykhalov b34ac9a979 apps: cluster1: guix: maintenance-git-dotfiles-kube3: Update to 9dceaf9f. 1 тиждень тому
  Oleg Pykhalov 9dceaf9f4f apps: base: workstation: pod: Mount chatterino configuration. 1 тиждень тому
  Oleg Pykhalov a7d8bbc20f run: pc0: Start chatterino. 1 тиждень тому

+ 6 - 0
apps/base/workstation/pod.yaml

@@ -213,6 +213,8 @@ spec:
       mountPath: /root/.bash_history
     - name: home-oleg-config-wayvnc
       mountPath: /home/oleg/.config/wayvnc
+    - name: home-oleg-dot-local-share-chatterino
+      mountPath: /home/oleg/.local/share/chatterino
   - image: harbor.home.wugi.info/library/archlinux-systemd:latest
     name: archlinux
     env:
@@ -339,6 +341,10 @@ spec:
     hostPath:
       path: /home/oleg/.local/share/TelegramDesktop
       type: Directory
+  - name: home-oleg-dot-local-share-chatterino
+    hostPath:
+      path: /home/oleg/.local/share/chatterino
+      type: Directory
   - name: home-oleg-dot-mozilla
     hostPath:
       path: /home/oleg/.mozilla

+ 1 - 1
apps/cluster1/maintenance-git-dotfiles-kube3/job.yaml

@@ -6,7 +6,7 @@ spec:
   template:
     metadata:
       annotations:
-        guix-default-channel-commit: 4be2ade7
+        guix-default-channel-commit: 9dceaf9f
     spec:
       nodeSelector:
         kubernetes.io/hostname: kube3

+ 1 - 1
apps/cluster1/maintenance-guix-system-reconfigure-kube3/job.yaml

@@ -6,7 +6,7 @@ spec:
   template:
     metadata:
       annotations:
-        guix-default-channel-commit: 4be2ade7
+        guix-default-channel-commit: 9dceaf9f
     spec:
       nodeSelector:
         kubernetes.io/hostname: kube3

+ 3 - 0
dotfiles/run/pc0/14-sway-run-all.sh

@@ -21,6 +21,9 @@ sleep 2
 /home/oleg/bin/nerdctl-nixos-exec /bin/sh -lc 'export XDG_RUNTIME_DIR=/mnt/guix/run/user/1000; exec firefox --profile /home/oleg/.mozilla/firefox/messaging' &
 sleep 5
 
+/home/oleg/bin/nerdctl-nixos-exec /bin/sh -lc 'export XDG_RUNTIME_DIR=/mnt/guix/run/user/1000; export DISPLAY=:0; exec chatterino' &
+sleep 2
+
 /home/oleg/bin/nerdctl-guix-exec /bin/sh -lc 'export SWAYSOCK="$(echo /run/user/1000/sway-ipc*sock)"; /home/oleg/.guix-home/profile/bin/swaymsg focus up'
 sleep 2