pi fidling
This commit is contained in:
parent
940a007bb0
commit
3bd7873d46
1 changed files with 9 additions and 10 deletions
|
|
@ -41,12 +41,6 @@ in {
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
wireless.enable = false;
|
wireless.enable = false;
|
||||||
hostName = hostname;
|
hostName = hostname;
|
||||||
firewall.allowedTCPPorts = [80 443];
|
|
||||||
};
|
|
||||||
|
|
||||||
services.pihole-ftl = {
|
|
||||||
enable = true;
|
|
||||||
openFirewallDHCP = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.prometheus.exporters = {
|
services.prometheus.exporters = {
|
||||||
|
|
@ -68,10 +62,15 @@ in {
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
mutableUsers = false;
|
mutableUsers = false;
|
||||||
users."${user}" = {
|
users = {
|
||||||
|
"${user}" = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
#hashedPasswordFile = config.sops.secrets.pi_user_pass.path;
|
#hashedPasswordFile = config.sops.secrets.pi_user_pass.path;
|
||||||
extraGroups = ["wheel" "pihole"];
|
extraGroups = ["wheel"];
|
||||||
|
};
|
||||||
|
lauria = {
|
||||||
|
isNormalUser = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue