From 97603a5c97e9c1d941b79d3720e1a5bdeba5455a Mon Sep 17 00:00:00 2001 From: danjujan <44864658+danjujan@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:17:25 +0200 Subject: [PATCH] clanModules: fix typos --- clanModules/postgresql/default.nix | 4 ++-- clanModules/single-disk/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clanModules/postgresql/default.nix b/clanModules/postgresql/default.nix index d23565add..73690a0b7 100644 --- a/clanModules/postgresql/default.nix +++ b/clanModules/postgresql/default.nix @@ -5,7 +5,7 @@ ... }: let - createDatatbaseState = + createDatabaseState = db: let folder = "/var/backup/postgres/${db.name}"; @@ -173,7 +173,7 @@ in ''; clan.core.state = lib.mapAttrs' ( - _: db: lib.nameValuePair db.service (createDatatbaseState db) + _: db: lib.nameValuePair db.service (createDatabaseState db) ) config.clan.postgresql.databases; environment.systemPackages = builtins.map ( diff --git a/clanModules/single-disk/README.md b/clanModules/single-disk/README.md index 163ce6360..a948c44bf 100644 --- a/clanModules/single-disk/README.md +++ b/clanModules/single-disk/README.md @@ -5,7 +5,7 @@ features = [ "inventory" ] --- # Primary Disk Layout -A module for the "disk-layout" category MUST be choosen. +A module for the "disk-layout" category MUST be chosen. There is exactly one slot for this type of module in the UI, if you don't fill the slot, your machine cannot boot @@ -40,4 +40,4 @@ The UI will ask for the options of this module: } } } -``` \ No newline at end of file +```