2025-01-02 15:46:08 +02:00
|
|
|
{ ... }:
|
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;
|
|
|
|
}
|