Updated
This commit is contained in:
parent
63c776c238
commit
1fd5706593
3 changed files with 21 additions and 23 deletions
|
@ -13,7 +13,7 @@ in {
|
|||
enable = mkEnableOption "manage nix configuration.";
|
||||
package = mkOption {
|
||||
type = package;
|
||||
default = pkgs.nixVersions.unstable;
|
||||
default = pkgs.nixVersions.git;
|
||||
description = "Which nix package to use.";
|
||||
};
|
||||
|
||||
|
|
|
@ -25,10 +25,8 @@ in {
|
|||
services.adguardhome = {
|
||||
enable = true;
|
||||
mutableSettings = true;
|
||||
settings = {
|
||||
bind_host = "0.0.0.0";
|
||||
bind_port = 3000;
|
||||
};
|
||||
host = "0.0.0.0";
|
||||
port = 3000;
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue