clanModules: fix typos
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
createDatatbaseState =
|
createDatabaseState =
|
||||||
db:
|
db:
|
||||||
let
|
let
|
||||||
folder = "/var/backup/postgres/${db.name}";
|
folder = "/var/backup/postgres/${db.name}";
|
||||||
@@ -173,7 +173,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
clan.core.state = lib.mapAttrs' (
|
clan.core.state = lib.mapAttrs' (
|
||||||
_: db: lib.nameValuePair db.service (createDatatbaseState db)
|
_: db: lib.nameValuePair db.service (createDatabaseState db)
|
||||||
) config.clan.postgresql.databases;
|
) config.clan.postgresql.databases;
|
||||||
|
|
||||||
environment.systemPackages = builtins.map (
|
environment.systemPackages = builtins.map (
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ features = [ "inventory" ]
|
|||||||
---
|
---
|
||||||
# Primary Disk Layout
|
# 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
|
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:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user