Add initial support for 'bomberman', my Oracle VM

This commit is contained in:
Jimbo 2024-10-20 04:25:07 -04:00
parent b0b291dd04
commit 9046a92e89
5 changed files with 107 additions and 2 deletions

View file

@ -0,0 +1,24 @@
{ ... }:
{
imports = [
./hardware
# Apps and programs
../../../modules/system
../../../modules/system/accounts
../../../modules/system/devices/filesystems
../../../modules/system/devices/boot/systemd
../../../modules/system/devices/networking
../../../modules/system/devices/networking/firewall/pc
#../../../modules/system/devices/networking/wireguard/pc
../../../modules/system/programs/git
../../../modules/system/programs/security
../../../modules/system/services/common
# Misc
../../../overlays
../../../variables
];
networking.hostName = "bomberman";
}