nix machine / user configurations

update website

ptr.pet 885389ce 8ee102ba

verified
Changed files
+10 -10
_sources
hosts
trimounts
+4 -4
_sources/generated.json
···
},
"blog": {
"cargoLocks": null,
-
"date": "2025-10-11",
+
"date": "2025-12-01",
"extract": null,
"name": "blog",
"passthru": null,
···
"fetchSubmodules": false,
"leaveDotGit": false,
"name": null,
-
"rev": "4705c8e9339683f0ed947224de5be50a41399bfd",
-
"sha256": "sha256-Zv1R9k4483aZQS0uhBm4jmnGmpOS1fJc10rsXntdz5I=",
+
"rev": "f79ac2a83647e8535511e33feb32fe5525f3ea74",
+
"sha256": "sha256-6WHoN48jfXJy95E/NHCBD6QdHLEXE6dsxtGAWsz3s4w=",
"sparseCheckout": [],
"type": "git",
"url": "https://tangled.org/@ptr.pet/endpoint"
},
-
"version": "4705c8e9339683f0ed947224de5be50a41399bfd"
+
"version": "f79ac2a83647e8535511e33feb32fe5525f3ea74"
},
"clickee-proxy": {
"cargoLocks": null,
+4 -4
_sources/generated.nix
···
};
blog = {
pname = "blog";
-
version = "4705c8e9339683f0ed947224de5be50a41399bfd";
+
version = "f79ac2a83647e8535511e33feb32fe5525f3ea74";
src = fetchgit {
url = "https://tangled.org/@ptr.pet/endpoint";
-
rev = "4705c8e9339683f0ed947224de5be50a41399bfd";
+
rev = "f79ac2a83647e8535511e33feb32fe5525f3ea74";
fetchSubmodules = false;
deepClone = false;
leaveDotGit = false;
sparseCheckout = [ ];
-
sha256 = "sha256-Zv1R9k4483aZQS0uhBm4jmnGmpOS1fJc10rsXntdz5I=";
+
sha256 = "sha256-6WHoN48jfXJy95E/NHCBD6QdHLEXE6dsxtGAWsz3s4w=";
};
-
date = "2025-10-11";
+
date = "2025-12-01";
};
clickee-proxy = {
pname = "clickee-proxy";
+1 -1
hosts/trimounts/disk-config.nix
···
extraArgs = [ "-f" ]; # Override existing partition
mountpoint = "/";
mountOptions = [
-
"compress=zstd"
+
"compress-force=zstd:3"
"noatime"
];
};
+1 -1
hosts/trimounts/modules/website.nix
···
let
PUBLIC_BASE_URL = "https://gaze.systems";
modules = (pkgs.callPackage "${inputs.blog}/nix/modules.nix" { }).overrideAttrs (_: {
-
outputHash = "sha256-rzfSfiK8FSNFR+1QTwM/ltLZBprG9BoQsPmOt6IdXFc=";
+
# outputHash = "sha256-rzfSfiK8FSNFR+1QTwM/ltLZBprG9BoQsPmOt6IdXFc=";
});
pkg = pkgs.callPackage "${inputs.blog}/nix" {
inherit PUBLIC_BASE_URL;