hedgerdoccermaxxing

This commit is contained in:
dusk 2024-05-28 10:50:27 +03:00
parent a9be02828d
commit ce6b36c297
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
3 changed files with 9 additions and 5 deletions

View File

@ -102,11 +102,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1716864691, "lastModified": 1716874166,
"narHash": "sha256-vqes0rESCCaht+GAhw5g9HBVAkKlb1StWUr3KFkff/E=", "narHash": "sha256-Byo4K6vyODjQpo7wjAjLZZJxXdEd7Qu9jlwcQXwNTgY=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "bdba4c2b3ccfc85c86f7299d2107be9dcc6f73df", "rev": "84fb9c1d96ebbf13e842e9a9083f9541c8693733",
"revCount": 82, "revCount": 83,
"type": "git", "type": "git",
"url": "https://git.gaze.systems/dusk/website.git" "url": "https://git.gaze.systems/dusk/website.git"
}, },

View File

@ -7,6 +7,9 @@
protocolUseSSL = true; protocolUseSSL = true;
allowEmailRegister = false; allowEmailRegister = false;
allowAnonymous = false; allowAnonymous = false;
allowAnonymousEdits = true;
allowFreeURL = true;
requireFreeURLAuthentication = true;
}; };
}; };

View File

@ -72,9 +72,10 @@ in {
t = "${pkgBin eza} -lhg -T"; t = "${pkgBin eza} -lhg -T";
ta = "${pkgBin eza} -lhg -a -T"; ta = "${pkgBin eza} -lhg -a -T";
n = nixBin; n = nixBin;
nb = "${nixBin} build";
nf = "${nixBin} flake"; nf = "${nixBin} flake";
nfu = "${nixBin} flake update"; nfu = "${nixBin} flake update";
nfui = "${nixBin} flake lock --update-input"; nfui = "${nixBin} flake update";
nfs = "${nixBin} flake show"; nfs = "${nixBin} flake show";
nsh = "${nixBin} shell"; nsh = "${nixBin} shell";
nix-store-refs = "nix-store -qR"; nix-store-refs = "nix-store -qR";