holy shit im stupid, a lot of changes.

also added the configuration bc idk how to add only certain files but
whatever
This commit is contained in:
2026-07-05 23:42:52 -05:00
parent 4f9269315b
commit 4e925f8a89
10 changed files with 40 additions and 50 deletions
+2 -6
View File
@@ -13,8 +13,7 @@
# core
core = {
firewall = {
allowPing = lib.mkEnableOption "Enable ICMP Pinging" {
enable = true;
allowPing = lib.mkEnableOption "ICMP pinging" // {
default = true;
};
@@ -117,10 +116,7 @@
# tailscale
tailscale = {
enable = lib.mkEnableOption "Enable Tailscale Mesh VPN" {
enable = true;
default = false;
};
enable = lib.mkEnableOption "Tailscale mesh VPN";
};
};
}