NixOS-Config/hosts/cyberspark/system/default.nix

19 lines
548 B
Nix
Raw Normal View History

2024-10-12 20:44:05 -04:00
{ ... }:
{
imports = [
./hardware
../../../modules/system
../../../modules/system/accounts
../../../modules/system/devices/filesystems
../../../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
];
networking.hostName = "cyberspark";
}