diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index c0b508cd..d2e43b8b 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -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 diff --git a/nixos/common/desktops/hyprland/default.nix b/nixos/common/desktops/hyprland/default.nix index 32e716aa..530a1c84 100644 --- a/nixos/common/desktops/hyprland/default.nix +++ b/nixos/common/desktops/hyprland/default.nix @@ -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 ];