Catch all the stuff I missed in the server services to get them to build

This commit is contained in:
Jimbo 2024-10-15 17:46:44 -04:00
parent 25a3a7e237
commit a5f06865de
44 changed files with 212 additions and 197 deletions

View file

@ -3,10 +3,10 @@
imports = [
./hardware
mailserver.nixosModule
../../../modules/system
../../../modules/system/accounts
../../../modules/system/devices/filesystems
../../../modules/system/devices/boot/systemd
../../../modules/system/devices/networking
../../../modules/system/devices/networking/firewall/server
../../../modules/system/devices/networking/wireguard/server
@ -14,6 +14,11 @@
../../../modules/system/programs/security
../../../modules/system/services/common
../../../modules/system/services/server
../../../overlays
../../../variables
mailserver.nixosModule
];
networking.hostName = "cyberspark";