1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-03-07 22:21:40 -05:00
parent 9e407cd78f
commit fe52c9c97c
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
6 changed files with 170 additions and 2 deletions

View file

@ -16,6 +16,20 @@
r5e.containers = {
pihole = {
enable = true;
openFirewall = true;
listenPortHTTP = 8081;
listenPortHTTPS = 8443;
};
raspap = {
enable = true;
ssid = "near";
password = "RjkVTYUZE08HN"; #! world readable
webgui = {
username = "rae";
password = "EBjrJutn06C"; #! world readable
listenPort = 8080;
openFirewall = true;
};
};
};
@ -24,7 +38,7 @@
firewall.allowedTCPPorts = [ 22 ];
};
environment.systemPackages = with pkgs; [ git linux-wifi-hotspot ];
environment.systemPackages = with pkgs; [ git ];
time.timeZone = "America/New_York";