Update deploy-rs script

This commit is contained in:
albert 2024-04-13 10:32:05 +09:00
parent 7651b2b1ab
commit bf3706e5f8
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 7 additions and 2 deletions

View file

@ -25,6 +25,11 @@ jobs:
id
cat /etc/resolv.conf
- name: "Setup: Tailscale Repo"
run: |
sudo mkdir -p --mode=0755 /usr/share/keyrings
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
- name: "Setup: Runner"
run: |
apt update -y

View file

@ -124,7 +124,8 @@
pkgs.calcurse # TUI Calendar app
pkgs.udiskie # Automatic device mounting
pkgs.cava # Audio visualiser
# pkgs.pyradio # Internet radio TUI
pkgs.gomuks # CLI Matrix client
pkgs.pyradio # Internet radio TUI
# Themes
pkgs.gruvbox-gtk-theme # Gruvbox Theme
@ -133,7 +134,6 @@
pkgs.rofi-wayland # App Launcher
pkgs.rofi-rbw-wayland # Front-end for Bitwarden with ROfi
# wayland-packages
inputs.nixpkgs-wayland.packages.${system}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
];