clanModules: fix typos

This commit is contained in:
danjujan
2024-10-25 15:17:25 +02:00
committed by Mic92
parent b03d804262
commit 97603a5c97
2 changed files with 4 additions and 4 deletions

View File

@@ -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 (

View File

@@ -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:
}
}
}
```
```