NixOS-Config/hosts/detritus/default.nix

15 lines
210 B
Nix
Raw Normal View History

2024-11-06 11:49:40 -05:00
{ ... }:
{
imports = [
./boot
./disko
./hardware
../../modules/system
];
system.lanzaboote.enable = true;
system.wireguard.client.enable = false;
networking.hostName = "detritus";
}