config cleanups

This commit is contained in:
2026-03-27 13:29:45 -05:00
parent 9ae5c8ab6d
commit 06c1ae13df
8 changed files with 91 additions and 27 deletions

View File

@@ -24,6 +24,10 @@
network = {
hostName = "nixos";
ipv4 = {
method = "auto";
interface = "wlan0";
};
firewall = {
enable = true;
allowPing = true;