From ce6b36c297943602bd8b6756857c9ab10d74fca3 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Tue, 28 May 2024 10:50:27 +0300 Subject: [PATCH] hedgerdoccermaxxing --- flake.lock | 8 ++++---- hosts/wolumonde/modules/hedgedoc.nix | 3 +++ modules/base/default.nix | 3 ++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 37e0949..ea7230e 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/hosts/wolumonde/modules/hedgedoc.nix b/hosts/wolumonde/modules/hedgedoc.nix index 8dd724b..aebaa12 100644 --- a/hosts/wolumonde/modules/hedgedoc.nix +++ b/hosts/wolumonde/modules/hedgedoc.nix @@ -7,6 +7,9 @@ protocolUseSSL = true; allowEmailRegister = false; allowAnonymous = false; + allowAnonymousEdits = true; + allowFreeURL = true; + requireFreeURLAuthentication = true; }; }; diff --git a/modules/base/default.nix b/modules/base/default.nix index f5a538d..9bd2be7 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -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";