nix machine / user configurations

chore(deps): use nixpkgs master for latest pds

ptr.pet a5d4f0ba 9cdd7993

verified
Changed files
+7 -6
hosts
wolumonde
modules
+4 -4
flake.lock
···
"nixpkgs": {
"flake": false,
"locked": {
-
"lastModified": 1755186698,
-
"narHash": "sha256-wNO3+Ks2jZJ4nTHMuks+cxAiVBGNuEBXsT29Bz6HASo=",
+
"lastModified": 1755519766,
+
"narHash": "sha256-H29PQU7EfBZnFKnB781jV78buKgNrZxXYDwasgtdNgM=",
"owner": "nixos",
"repo": "nixpkgs",
-
"rev": "fbcf476f790d8a217c3eab4e12033dc4a0f6d23c",
+
"rev": "78580172eac63f33973236da97d26787357277b0",
"type": "github"
},
"original": {
"owner": "nixos",
-
"ref": "nixos-unstable",
+
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
+1 -1
flake.nix
···
{
description = "config!!!";
-
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
+
inputs.nixpkgs.url = "github:nixos/nixpkgs/master";
inputs.nixpkgs.flake = false;
outputs =
+2 -1
hosts/wolumonde/modules/pds.nix
···
# others
// (lib.genAttrs
[
+
"/account"
"/@atproto"
"/oauth"
"=/.well-known/oauth-protected-resource"
···
PDS_PORT = 1334;
PDS_SERVICE_NAME = ''"gazing at the sky"'';
-
PDS_LOGO_URL = "https://gaze.systems/icons/gaze.png";
+
PDS_LOGO_URL = "https://gaze.systems/icons/gaze_site.webp";
PDS_RATE_LIMITS_ENABLED = "true";
PDS_INVITE_REQUIRED = "true";