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": {
"lastModified": 1716864691,
"narHash": "sha256-vqes0rESCCaht+GAhw5g9HBVAkKlb1StWUr3KFkff/E=",
"lastModified": 1716874166,
"narHash": "sha256-Byo4K6vyODjQpo7wjAjLZZJxXdEd7Qu9jlwcQXwNTgY=",
"ref": "refs/heads/master",
"rev": "bdba4c2b3ccfc85c86f7299d2107be9dcc6f73df",
"revCount": 82,
"rev": "84fb9c1d96ebbf13e842e9a9083f9541c8693733",
"revCount": 83,
"type": "git",
"url": "https://git.gaze.systems/dusk/website.git"
},

View File

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

View File

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