2024-10-22 08:02:35 -04:00
|
|
|
{ ... }:
|
2024-10-12 20:44:05 -04:00
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./hardware
|
2024-10-15 02:40:43 -04:00
|
|
|
|
2024-10-15 22:41:19 -04:00
|
|
|
# Apps and programs
|
2024-10-12 20:44:05 -04:00
|
|
|
../../../modules/system
|
|
|
|
../../../modules/system/accounts
|
|
|
|
../../../modules/system/devices/filesystems
|
2024-10-15 17:46:44 -04:00
|
|
|
../../../modules/system/devices/boot/systemd
|
2024-10-12 20:44:05 -04:00
|
|
|
../../../modules/system/devices/networking
|
|
|
|
../../../modules/system/devices/networking/firewall/server
|
|
|
|
../../../modules/system/devices/networking/wireguard/server
|
|
|
|
../../../modules/system/programs/git
|
|
|
|
../../../modules/system/programs/security
|
|
|
|
../../../modules/system/services/common
|
|
|
|
../../../modules/system/services/server
|
2024-10-15 17:46:44 -04:00
|
|
|
|
2024-10-15 22:41:19 -04:00
|
|
|
# Misc
|
2024-10-15 17:46:44 -04:00
|
|
|
../../../overlays
|
|
|
|
../../../variables
|
2024-10-12 20:44:05 -04:00
|
|
|
];
|
|
|
|
|
2024-11-12 04:25:51 -05:00
|
|
|
networking.hostName = "kitty";
|
2024-10-12 20:44:05 -04:00
|
|
|
}
|