mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
9e407cd78f
commit
fe52c9c97c
6 changed files with 170 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue