Commit graph

206 commits

Author SHA1 Message Date
9c664ca2ac sway: configure mouse 2025-03-12 11:40:54 -03:00
ed076e1e76 steam: fix gamescope compatibility 2025-03-12 11:40:54 -03:00
ad0b57f2b4 gitlab: remove old configs 2025-03-12 11:40:54 -03:00
d49d18f659 keyboard: remove config, too buggy 2025-03-12 11:40:54 -03:00
9c85344608 gitlab-runner: update from registrationToken to authenticationToken 2025-03-12 11:40:54 -03:00
240facab85 Revert "docker: disable iptables to fix bad security"
This reverts commit 84e26f0573.
2025-03-12 11:40:54 -03:00
21fc3e6d71 keyd: fix modifier keys (rightshift bacame leftshift) 2025-03-12 11:40:54 -03:00
f565e4cc3e firewall: don't log refused connections 2025-03-12 11:40:54 -03:00
80675769d2 docker: disable iptables to fix bad security 2025-03-12 11:40:54 -03:00
b6bd4d7956 keyboard: fix capslock backspace bind for some programs 2025-03-12 11:40:54 -03:00
bc8150a879 qt: try to improve themes 2025-03-12 11:40:54 -03:00
16e5216814 gnome: package gnome-pass-search-provider 2025-03-12 11:40:54 -03:00
8698143a27 uesrs: add to input group 2025-03-12 11:40:49 -03:00
3e6b7853b9 flake: remove specialisations 2025-03-12 11:40:49 -03:00
c4a82f770f docker: format config 2025-03-12 11:40:49 -03:00
71e882d2d8 flake: remove hyprland 2025-03-12 11:40:49 -03:00
b4a8a7b74f sway: remove obsolete systemd integration 2025-03-12 11:40:49 -03:00
0f4ac759c6 treewide: remove variables from pkgs 2025-03-12 11:40:49 -03:00
805058f755 monolith: only set kernel version here 2025-03-12 11:40:28 -03:00
bf7bf80c93 gnome: disable open tablet driver 2025-03-12 11:40:28 -03:00
dca5bba67e gnome: enable variable refresh rate 2025-03-12 11:40:28 -03:00
797981eb20 nix: don't optimise on every build
this makes builds slower
2025-03-12 11:40:28 -03:00
1f05bee28d gnome: add workaround for autologin bug 2025-03-12 11:40:28 -03:00
399eafe9ed treewide: format using nixfmt-rfc-style 2025-03-12 11:39:23 -03:00
52cb6d3301 nix: lower frequency of gc 2025-03-12 11:39:23 -03:00
212d65408a configuration: extract nixos config into more files 2025-03-12 11:39:23 -03:00
8e2781a59d kdeconect: update config 2025-03-12 11:39:23 -03:00
b055fddfe1 gnome: update autologin config 2025-03-12 11:39:23 -03:00
fd302946b7 Revert "sshd: disable until xz is secure"
This reverts commit b0d1b2fbff.
2025-03-12 11:39:23 -03:00
2f307ea379 sway: don't require rebuilding sway dependencies 2025-03-12 11:39:23 -03:00
4f4dd8a217 forgejo-runner: update runner token and url 2025-03-12 11:39:23 -03:00
ae86236e78 update 2025-03-12 11:39:23 -03:00
26c6596beb monolith: add forgejo runner 2025-03-12 11:39:23 -03:00
53291508c3 sshd: disable until xz is secure 2025-03-12 11:39:23 -03:00
8ad194e925 kdenlive: fix theme 2025-03-12 11:39:23 -03:00
62db10857a update renamed xkb config 2025-03-12 11:39:23 -03:00
2523e5814a switch to nixpkgs unstable 2025-03-12 11:39:23 -03:00
9aaa304d2a phantom: add forgejo server 2025-03-12 11:39:17 -03:00
3530a81491 gpg: simplify config 2024-03-19 13:47:25 -03:00
754ea46301 media: install pitivi 2024-03-19 13:47:25 -03:00
2e090030bd nix: add wheel group to trusted users 2024-03-19 13:47:25 -03:00
184ac7ff03 monolith: enable opencl rocm and blender hardware acceleration
This reverts commit 2e4cd80d89.
2024-03-19 13:45:13 -03:00
99576a7cb0 steam: remove steam workaround 2024-03-19 13:44:53 -03:00
04850913a1 systemd: set a low stop timeout 2024-02-22 21:10:11 -03:00
02c6040972 nix: collect garbage daily 2024-02-19 12:54:08 -03:00
6c534c590f nix: keep flake inputs after garbage collection 2024-02-19 12:45:54 -03:00
e7d0121d46 nix: add nix-community substituter 2024-02-19 12:05:14 -03:00
10e4811c3e nix: enable repl-flake 2024-02-11 01:45:38 -03:00
325cf58e2c thunar: enable krita thumbnails 2024-02-07 12:45:30 -03:00
35e0704b82 agenix: fix secrets not being opened on boot
Agenix runs before some partitions are mounted,
one option is to mark those partitions are need for boot:

{
  fileSystems."/home".neededForBoot = true;
}

I choose to copy my ssh key to the root user's HOME,
which is not in a separate partition.
2024-02-02 21:03:34 -03:00