mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
fixed typo
This commit is contained in:
parent
d5050d82e1
commit
fb4f1c04ef
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
};
|
};
|
||||||
pihole = {
|
pihole = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pihoeHostname = "192.168.1.25";
|
piholeHostname = "192.168.1.25";
|
||||||
};
|
};
|
||||||
php-fpm = {
|
php-fpm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue