basic building for deck

This commit is contained in:
mjallen18
2025-07-21 19:12:46 -05:00
parent e3bfbae131
commit 1e5f1db195
5 changed files with 17 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ let
in
{
networking = {
hostName = hostname;
hostName = lib.mkForce hostname;
networkmanager = {
enable = true;
wifi.powersave = lib.mkDefault false;