infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 379c2f33cca4db6e386b025b38405602f4e97e3a
parent c7897ebb8487342878164957f9362074c942d4a9
Author: Silas Brack <silasbrack@gmail.com>
Date:   Thu, 30 Apr 2026 21:44:12 +0200

chore(website): bump

Diffstat:
Mflake.lock | 32++++++++++++++++----------------
Mhosts/gaia/home.nix | 2++
Mhosts/helios.nix | 9+--------
3 files changed, 19 insertions(+), 24 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -91,11 +91,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1775423009, - "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", + "lastModified": 1777268161, + "narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", + "rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76", "type": "github" }, "original": { @@ -107,11 +107,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1775002709, - "narHash": "sha256-d3Yx83vSrN+2z/loBh4mJpyRqr9aAJqlke4TkpFmRJA=", + "lastModified": 1777077449, + "narHash": "sha256-AIiMJiqvGrN4HyLEbKAoCSRRYn0rnlW5VbKNIMIYqm4=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "bcd464ccd2a1a7cd09aa2f8d4ffba83b761b1d0e", + "rev": "a4bf06618f0b5ee50f14ed8f0da77d34ecc19160", "type": "github" }, "original": { @@ -139,11 +139,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1774610258, - "narHash": "sha256-HaThtroVD9wRdx7KQk0B75JmFcXlMUoEdDFNOMOlsOs=", + "lastModified": 1775888245, + "narHash": "sha256-nwASzrRDD1JBEu/o8ekKYEXm/oJW6EMCzCRdrwcLe90=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "832efc09b4caf6b4569fbf9dc01bec3082a00611", + "rev": "13043924aaa7375ce482ebe2494338e058282925", "type": "github" }, "original": { @@ -210,11 +210,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1775188331, - "narHash": "sha256-/0BoSi0Dg0ON7IW0oscM12WSPBaMSCn36XTt0lHZoy8=", + "lastModified": 1777338324, + "narHash": "sha256-bc+ZZCmOTNq86/svGnw0tVpH7vJaLYvGLLKFYP08Q8E=", "owner": "Mic92", "repo": "sops-nix", - "rev": "8f093d0d2f08f37317778bd94db5951d6cce6c46", + "rev": "8eaee5c45428b28b8c47a83e4c09dccec5f279b5", "type": "github" }, "original": { @@ -241,11 +241,11 @@ "website": { "flake": false, "locked": { - "lastModified": 1776195772, - "narHash": "sha256-RRF+ec9u4lCa+2APZeFhQE2hGkRMSMiwHV0a8wmYkIc=", + "lastModified": 1777578023, + "narHash": "sha256-IRXo6A3et9/ELcsFUc8v/GgEunSXvI2EgAGB6ZYUGe8=", "ref": "refs/heads/main", - "rev": "d08ffebcba419d2b29ac6c6b786565d761fa1de9", - "revCount": 49, + "rev": "42e75502a1a6769b8e38ea3f88dca3738f104829", + "revCount": 68, "type": "git", "url": "ssh://forgejo@git.fnarglebeast.com/silas/website.git" }, diff --git a/hosts/gaia/home.nix b/hosts/gaia/home.nix @@ -35,6 +35,8 @@ extraConfig = builtins.readFile ./init.el; }; + programs.bash.enable = true; + programs.fzf = { enable = true; enableBashIntegration = true; diff --git a/hosts/helios.nix b/hosts/helios.nix @@ -90,8 +90,6 @@ staticSite = pkgs.runCommand "website" {} '' mkdir -p $out cp ${website}/index.html $out/ - cp ${website}/style.css $out/ - cp ${website}/style.min.css $out/ cp -r ${website}/posts $out/ cp -r ${website}/assets $out/ ''; @@ -99,12 +97,7 @@ enableACME = true; forceSSL = true; root = staticSite; - locations."/" = { - index = "index.html"; - extraConfig = '' - try_files $uri $uri.html $uri/ /index.html; - ''; - }; + locations."/" = {}; }; # MKV distributed key-value store