NixOS-Config/hosts/jupiter/default.nix

18 lines
267 B
Nix
Raw Normal View History

2024-11-22 20:28:52 -05:00
{ jovian, ... }:
{
imports = [
./boot
./disko
./hardware
./wireguard
../../modules/system
];
system.lanzaboote.enable = true;
system.libvirtd.enable = true;
jovian.steamos.useSteamOSConfig = true;
networking.hostName = "jupiter";
}