diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index ebccb225..970aff69 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -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" diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 55ef6bf0..22b43e34 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -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" diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 575782b0..3e3405fb 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -28,6 +28,7 @@ ]; services.xrdp.defaultWindowManager = "startplasma-x11"; + services.xserver.displayManager.sddm.settings.General.DisplayServer = "x11-user"; systemd.user.services = { "get-theme-times" = {