diff --git a/.github/workflows/flake-update.yml b/.github/workflows/flake-update.yml index eae6fc8..0197bc5 100644 --- a/.github/workflows/flake-update.yml +++ b/.github/workflows/flake-update.yml @@ -1,8 +1,8 @@ name: flake-update on: - workflow_dispatch: + workflow_dispatch: schedule: - - cron: '0 5 * * 0' + - cron: '0 5 * * 0' jobs: lockfile: @@ -11,10 +11,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4.2.2 - name: Install Nix - uses: cachix/install-nix-action@v31 + uses: DeterminateSystems/nix-installer-action@v17 - name: Update flake lock run : | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" nix flake update --commit-lock-file git push origin HEAD:${{ github.ref_name }} + diff --git a/flake.lock b/flake.lock index 11c0695..4ae7535 100644 --- a/flake.lock +++ b/flake.lock @@ -631,11 +631,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1755304126, - "narHash": "sha256-nNerR2s9ePsiYiRRQwc5olKKmEZVGC75IxzeLWfV8kk=", + "lastModified": 1754792561, + "narHash": "sha256-3eiyXsr24s+ayMkC1CGmxm2cF4bSYZE/Ya1njA2Y0CE=", "owner": "Gerg-L", "repo": "nvim-flake", - "rev": "831dae4e7ff787fa66bab5cad9688312fe41804e", + "rev": "c4145fca8e6763e92a9f17953dfbbe5de85d95a5", "type": "github" }, "original": { diff --git a/nixosConfigurations/gerg-desktop/main.nix b/nixosConfigurations/gerg-desktop/main.nix index ccc8577..fa5c6d8 100644 --- a/nixosConfigurations/gerg-desktop/main.nix +++ b/nixosConfigurations/gerg-desktop/main.nix @@ -40,7 +40,7 @@ element-desktop vesktop gh - nixfmt + nixfmt-rfc-style tidal-hifi hyperfine diff --git a/nixosConfigurations/gerg-desktop/services/nginx.nix b/nixosConfigurations/gerg-desktop/services/nginx.nix index 604e6b5..0b07b48 100644 --- a/nixosConfigurations/gerg-desktop/services/nginx.nix +++ b/nixosConfigurations/gerg-desktop/services/nginx.nix @@ -44,7 +44,7 @@ services.nginx = { enable = true; - experimentalZstdSettings = true; + recommendedZstdSettings = true; recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; diff --git a/nixosConfigurations/gerg-desktop/services/searxng.nix b/nixosConfigurations/gerg-desktop/services/searxng.nix index 160a4ae..46a2c3a 100644 --- a/nixosConfigurations/gerg-desktop/services/searxng.nix +++ b/nixosConfigurations/gerg-desktop/services/searxng.nix @@ -10,7 +10,7 @@ in services.searx = { enable = true; package = pkgs.searxng; - configureUwsgi = true; + runInUwsgi = true; uwsgiConfig = { http = link.tuple; disable-logging = true; diff --git a/nixosModules/X11.nix b/nixosModules/X11.nix index 9b3e0ec..942589f 100644 --- a/nixosModules/X11.nix +++ b/nixosModules/X11.nix @@ -1,7 +1,8 @@ -{ pkgs }: +{ pkgs, lib }: { services.libinput.mouse.accelProfile = "flat"; services.xserver = { + tty = lib.mkDefault 1; exportConfiguration = true; xkb.layout = "us"; xautolock.enable = false; diff --git a/packages/lint/package.nix b/packages/lint/package.nix index 7ea78ed..1b96569 100644 --- a/packages/lint/package.nix +++ b/packages/lint/package.nix @@ -1,6 +1,6 @@ { writeShellApplication, - nixfmt, + nixfmt-rfc-style, deadnix, statix, fd, @@ -8,7 +8,7 @@ writeShellApplication { name = "lint"; runtimeInputs = [ - nixfmt + nixfmt-rfc-style deadnix statix fd