mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 08:46:52 +01:00
missied config.
This commit is contained in:
parent
a9cab02ee7
commit
50e28c3878
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
max_input_time = 300
|
||||
'';
|
||||
|
||||
services.wordpress.sites."test.missing.ninja" = with self.packages.${nixpkgs.hostPlatform.system}; {
|
||||
services.wordpress.sites."test.missing.ninja" = with self.packages.${config.nixpkgs.hostPlatform.system}; {
|
||||
themes = [
|
||||
madara
|
||||
madara-child
|
||||
|
|
Loading…
Reference in a new issue