nixos-conf/machine-confs/nat64.nix

13 lines
172 B
Nix
Raw Normal View History

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