nixos-conf/machine-confs/nat64.nix

13 lines
167 B
Nix
Raw Normal View History

{ ... }:
2024-09-20 21:15:58 +03:00
{
networking.hostName = "nat64";
imports = [
../base.nix
../services/nat64.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}