This commit is contained in:
albert 2024-04-24 11:17:10 +09:00
parent cdace7bf78
commit 01537f8d11
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
3 changed files with 3 additions and 2 deletions

View file

@ -30,7 +30,7 @@ jobs:
apt update -y
apt install git nodejs nix-bin sudo sudo curl -y
git config --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland"
git config --global user.name "Forgejo Runner"
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
- name: "Setup: Tailscale Repo"

View file

@ -16,7 +16,7 @@ jobs:
apt update -y
apt install git nodejs nix-bin -y
git config --global user.email "${{github.actor}}"
git config --global user.name "Albert J. Copeland"
git config --global user.name "Forgejo Runner"
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
- uses: actions/checkout@v3
- name: "Directory Structure"

View file

@ -28,6 +28,7 @@
];
services.xrdp.defaultWindowManager = "startplasma-x11";
services.xserver.displayManager.sddm.settings.General.DisplayServer = "x11-user";
systemd.user.services = {
"get-theme-times" = {