diff --git a/containers/code-server/Containerfile b/containers/code-server/Containerfile index f8f6716..3ff843d 100644 --- a/containers/code-server/Containerfile +++ b/containers/code-server/Containerfile @@ -4,7 +4,7 @@ RUN ln -s /etc/systemd/user/code-server.service /home/coder/.config/systemd/user USER root RUN sed /^tsflags/d -i /etc/dnf/dnf.conf RUN dnf up -y -RUN dnf install -y bash-color-prompt bash-completion cargo hostname man-db man-pages nodejs-npm postgresql-server python-unversioned-command systemd-container vim-enhanced +RUN dnf install -y bash-color-prompt bash-completion cargo hostname man-db man-pages nodejs-npm postgresql-server python-unversioned-command rustfmt rust-src systemd-container vim-enhanced RUN authselect select minimal RUN mkdir /etc/systemd/system/user@.service.d RUN mkdir /var/lib/systemd/linger diff --git a/containers/sandboxed-toolbox/Containerfile b/containers/sandboxed-toolbox/Containerfile index 695528f..8ca32aa 100644 --- a/containers/sandboxed-toolbox/Containerfile +++ b/containers/sandboxed-toolbox/Containerfile @@ -1,6 +1,6 @@ FROM quay.io/fedora/fedora-toolbox RUN dnf up -y -RUN dnf install -y bash-color-prompt gcc-gdb-plugin gdb nautilus netcat nodejs-npm python3-pip systemd-container vim-enhanced wine-desktop wine-fonts xdg-desktop-portal-gtk xdg-utils +RUN dnf install -y bash-color-prompt gcc-gdb-plugin gdb libglvnd-opengl nautilus netcat nodejs-npm python3-pip systemd-container vim-enhanced wine-desktop wine-fonts xdg-desktop-portal-gtk xdg-utils RUN authselect select minimal RUN systemctl disable systemd-resolved RUN pip install frida-tools diff --git a/desktop/etc/dconf/db/config.d/config b/desktop/etc/dconf/db/config.d/config index 8980f82..5a43dba 100644 --- a/desktop/etc/dconf/db/config.d/config +++ b/desktop/etc/dconf/db/config.d/config @@ -4,8 +4,6 @@ color-scheme='prefer-dark' enable-animations=false gtk-enable-primary-paste=false show-battery-percentage=true -[org/gnome/desktop/peripherals/touchpad] -disable-while-typing=false [org/gnome/desktop/privacy] remember-recent-files=false remove-old-temp-files=true diff --git a/laptop/var/usrlocal/bin/enter-toolbox b/laptop/var/usrlocal/bin/enter-sandbox similarity index 100% rename from laptop/var/usrlocal/bin/enter-toolbox rename to laptop/var/usrlocal/bin/enter-sandbox diff --git a/server/etc/systemd/system/certbot.timer b/server/etc/systemd/system/certbot.timer new file mode 100644 index 0000000..7d8ad21 --- /dev/null +++ b/server/etc/systemd/system/certbot.timer @@ -0,0 +1,5 @@ +[Timer] +OnCalendar=monthly +Unit=certbot.service +[Install] +WantedBy=timers.target