this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add more text to arpa domain [skip ci]

dusk 768b39b7 b17cc60f

+15 -10
+9 -9
flake.lock
··· 517 517 ] 518 518 }, 519 519 "locked": { 520 - "lastModified": 1745252367, 521 - "narHash": "sha256-xmQJPtCzKCQ911kFu5cwhWi8uqY1i57kHxsuB9mmRL8=", 520 + "lastModified": 1745256380, 521 + "narHash": "sha256-hJH1S5Xy0K2J6eT22AMDIcQ07E8XYC1t7DnXUr2llEM=", 522 522 "owner": "nix-community", 523 523 "repo": "home-manager", 524 - "rev": "ddda2b1f20ffc92b803fc5c8c0d80bbfb54cd478", 524 + "rev": "22b326b42bf42973d5e4fe1044591fb459e6aeac", 525 525 "type": "github" 526 526 }, 527 527 "original": { ··· 806 806 }, 807 807 "nixpkgs-master": { 808 808 "locked": { 809 - "lastModified": 1745253083, 810 - "narHash": "sha256-14zBbg8zkizpqHHfwlI7RgYUClr+vFDvMh/3UGUPUl8=", 809 + "lastModified": 1745256643, 810 + "narHash": "sha256-crIe9qEb67UB2TTBDRg0apGHDlKf0LTI+0sJeukkOPg=", 811 811 "owner": "nixos", 812 812 "repo": "nixpkgs", 813 - "rev": "c033e93872d2e78e2e5fa4aa7ff7bd6d763ca6cb", 813 + "rev": "f2310ab2655ccf75edb25ddc2ceb617f75df887f", 814 814 "type": "github" 815 815 }, 816 816 "original": { ··· 930 930 "treefmt-nix": "treefmt-nix_2" 931 931 }, 932 932 "locked": { 933 - "lastModified": 1745240884, 934 - "narHash": "sha256-5mlbRdT0XKLMxJmRyotoaFYRHYWLPysEBt//hJL+2LA=", 933 + "lastModified": 1745254041, 934 + "narHash": "sha256-9jad+U+NorTIIyXguYCW82539iWzo8r3jbLsmLYu0UQ=", 935 935 "owner": "nix-community", 936 936 "repo": "NUR", 937 - "rev": "a948993b96ca6740d541ad366347b2227bb8ecc0", 937 + "rev": "8d352d019dcf199dc13812e1d12fa2fc4e057034", 938 938 "type": "github" 939 939 }, 940 940 "original": {
+6 -1
hosts/wolumonde/modules/arpa.nix
··· 1 1 {pkgs, config, ...}: 2 2 let 3 3 index = pkgs.writeText "index.txt" '' 4 - meow :3c 4 + hi there~ 5 + 6 + you are currently interfacing with one of the information endpoints of entity with serial id /90008/. 7 + 8 + you may want to open a connection to https://gaze.systems/about to read more about it. 9 + alternatively run /dig +short TXT 9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa/ in your preferred terminal interface for more data. 5 10 ''; 6 11 root = pkgs.runCommand "root" {} '' 7 12 mkdir -p $out