17 lines
234 B
Nix
17 lines
234 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./boot
|
|
./disko
|
|
./filesystems
|
|
./hardware
|
|
./wireguard
|
|
../../modules/system
|
|
];
|
|
|
|
system.lanzaboote.enable = true;
|
|
system.libvirtd.enable = true;
|
|
|
|
networking.hostName = "jupiter";
|
|
}
|