Compare commits

..

No commits in common. "36852526e5be3b9c4529edea483d3ae371e7dbb8" and "ce5ee1f315807926da20ffb472433f5b7853d7cf" have entirely different histories.

3 changed files with 33 additions and 25 deletions

51
flake.lock generated
View file

@ -233,16 +233,14 @@
"homepage": { "homepage": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_3", "flake-utils": "flake-utils_3",
"nixpkgs": [ "nixpkgs": "nixpkgs"
"nixpkgs"
]
}, },
"locked": { "locked": {
"lastModified": 1758070616, "lastModified": 1757794882,
"narHash": "sha256-VPmnIwfs9tiZks3wl7SxkHtXe8gkOaRMQG1N+wXudoo=", "narHash": "sha256-p/zUThVaRHsbmZx2xFklFKgFneZ8n4k4QwZ8mgfoSeg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "50d499a8fc192450719720680b6361f1e20cfa55", "rev": "9475df091491ca7b51c1b60b542720f10637d9dc",
"revCount": 53, "revCount": 34,
"type": "git", "type": "git",
"url": "https://git.posixlycorrect.com/fabian/homepage.git" "url": "https://git.posixlycorrect.com/fabian/homepage.git"
}, },
@ -312,7 +310,7 @@
"nixGL": { "nixGL": {
"inputs": { "inputs": {
"flake-utils": "flake-utils_4", "flake-utils": "flake-utils_4",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1752054764, "lastModified": 1752054764,
@ -330,17 +328,15 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1746378225, "lastModified": 1719426051,
"narHash": "sha256-OeRSuL8PUjIfL3Q0fTbNJD/fmv1R+K2JAOqWJd3Oceg=", "narHash": "sha256-yJL9VYQhaRM7xs0M867ZFxwaONB9T2Q4LnGo1WovuR4=",
"owner": "nixos", "path": "/nix/store/f0ddmw6s86y567yg06h5019z72szbzch-source",
"repo": "nixpkgs", "rev": "89c49874fb15f4124bf71ca5f42a04f2ee5825fd",
"rev": "93e8cdce7afc64297cfec447c311470788131cd9", "type": "path"
"type": "github"
}, },
"original": { "original": {
"owner": "nixos", "id": "nixpkgs",
"repo": "nixpkgs", "type": "indirect"
"type": "github"
} }
}, },
"nixpkgs-lib": { "nixpkgs-lib": {
@ -359,6 +355,21 @@
} }
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": {
"lastModified": 1746378225,
"narHash": "sha256-OeRSuL8PUjIfL3Q0fTbNJD/fmv1R+K2JAOqWJd3Oceg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "93e8cdce7afc64297cfec447c311470788131cd9",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1757810152, "lastModified": 1757810152,
"narHash": "sha256-Vp9K5ol6h0J90jG7Rm4RWZsCB3x7v5VPx588TQ1dkfs=", "narHash": "sha256-Vp9K5ol6h0J90jG7Rm4RWZsCB3x7v5VPx588TQ1dkfs=",
@ -374,7 +385,7 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs_3": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1757745802, "lastModified": 1757745802,
"narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=", "narHash": "sha256-hLEO2TPj55KcUFUU1vgtHE9UEIOjRcH/4QbmfHNF820=",
@ -393,7 +404,7 @@
"nur": { "nur": {
"inputs": { "inputs": {
"flake-parts": "flake-parts_2", "flake-parts": "flake-parts_2",
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1757879066, "lastModified": 1757879066,
@ -469,7 +480,7 @@
"impermanence": "impermanence", "impermanence": "impermanence",
"mediawikiSkinCitizen": "mediawikiSkinCitizen", "mediawikiSkinCitizen": "mediawikiSkinCitizen",
"nixGL": "nixGL", "nixGL": "nixGL",
"nixpkgs": "nixpkgs_2", "nixpkgs": "nixpkgs_3",
"nur": "nur", "nur": "nur",
"trivionomicon": "trivionomicon", "trivionomicon": "trivionomicon",
"unstable": "unstable", "unstable": "unstable",

View file

@ -13,10 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
homepage = { homepage.url = "git+https://git.posixlycorrect.com/fabian/homepage.git";
url = "git+https://git.posixlycorrect.com/fabian/homepage.git";
inputs.nixpkgs.follows = "nixpkgs";
};
authentik-nix = { authentik-nix = {
url = "github:nix-community/authentik-nix"; url = "github:nix-community/authentik-nix";

View file

@ -56,7 +56,7 @@ in {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
locations = { locations = {
"/".root = "${pkgs.trivium.homepage}"; "/".root = "${pkgs.local.homepage}";
"/.well-known/openpgpkey/hu/".alias = "/var/public/wkd/"; "/.well-known/openpgpkey/hu/".alias = "/var/public/wkd/";
}; };
}; };