Streamline base install

Don't install printers by default
Don't install NetworkManager by default, as it pulls in WAY too many
dependencies, including a full GUI suite
Simplify the template
This commit is contained in:
Greg Hellings
2025-04-14 00:44:19 -05:00
parent 2b90378800
commit 140ba3d08a
7 changed files with 98 additions and 10 deletions
+1
View File
@@ -15,6 +15,7 @@ in
"net.ipv4.ip_forward" = "1";
"net.ipv6.conf.all.forwarding" = "1";
};
environment.systemPackages = [ config.services.tailscale.package ];
systemd.services.tailscaled.partOf = [ "network-online.target" ];
};
}