Signed-off-by: Alex S <stan.alexandru@ichb.ro>
This commit is contained in:
Alex Stan 2023-05-07 16:13:19 +00:00
parent f7e438d169
commit bab16aba6c

View file

@ -42,9 +42,19 @@
vim
helix
docker
git
];
services.openssh.enable = true;
services = {
openssh.enable = true;
adguardhome = {
enable = true;
settings = {
bind_host = "192.168.1.221";
bootstrap_dns = "8.8.8.8, 8.8.4.4";
};
};
};
users = {
mutableUsers = false;
@ -88,6 +98,6 @@
};
system = {
stateVersion = 23.05; # Do NOT change.
stateVersion = "23.05"; # Do NOT change.
};
}