NixOS-Config/hosts/jupiter/default.nix

17 lines
234 B
Nix
Raw Normal View History

{ ... }:
2024-11-22 20:28:52 -05:00
{
imports = [
./boot
./disko
2024-11-24 09:55:02 -05:00
./filesystems
2024-11-22 20:28:52 -05:00
./hardware
./wireguard
../../modules/system
];
system.lanzaboote.enable = true;
system.libvirtd.enable = true;
networking.hostName = "jupiter";
}