system/hosts/asus-gl553vd/configs/default.nix

10 lines
85 B
Nix

{ ... }:
{
imports = [
./boot.nix
./networking.nix
./wireguard
];
}