Merge pull request 'Appliance server setup' (#4) from valefor-setup into master

Reviewed-on: #4
This commit is contained in:
2025-01-05 20:36:45 -06:00
7 changed files with 205 additions and 135 deletions

View File

@ -23,6 +23,7 @@ in {
../../apps/gaming.nix
../../graphics
../../pwrMgmt
../../networking/core.nix
../../sound/pipewire.nix
../../sound/shairport.nix
../../virtualization/podman.nix
@ -140,7 +141,7 @@ in {
};
# Core networking module (see ../../networking/core.nix)
networking = {
network = {
firewall.enable = true;
networkmanager.enable = true;
};