NixOS-Config/hosts/jupiter/default.nix
2024-11-24 09:55:02 -05:00

20 lines
317 B
Nix

{ jovian, ... }:
{
imports = [
./boot
./disko
./filesystems
./hardware
./wireguard
../../modules/system
jovian.nixosModules.default
];
system.lanzaboote.enable = true;
system.libvirtd.enable = true;
jovian.steamos.useSteamOSConfig = true;
networking.hostName = "jupiter";
}