Updates
This commit is contained in:
parent
cdace7bf78
commit
01537f8d11
3 changed files with 3 additions and 2 deletions
|
@ -30,7 +30,7 @@ jobs:
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install git nodejs nix-bin sudo sudo curl -y
|
apt install git nodejs nix-bin sudo sudo curl -y
|
||||||
git config --global user.email "${{github.actor}}"
|
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
|
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
|
||||||
|
|
||||||
- name: "Setup: Tailscale Repo"
|
- name: "Setup: Tailscale Repo"
|
||||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install git nodejs nix-bin -y
|
apt install git nodejs nix-bin -y
|
||||||
git config --global user.email "${{github.actor}}"
|
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
|
echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: "Directory Structure"
|
- name: "Directory Structure"
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xrdp.defaultWindowManager = "startplasma-x11";
|
services.xrdp.defaultWindowManager = "startplasma-x11";
|
||||||
|
services.xserver.displayManager.sddm.settings.General.DisplayServer = "x11-user";
|
||||||
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
"get-theme-times" = {
|
"get-theme-times" = {
|
||||||
|
|
Loading…
Reference in a new issue