Remove: NAT64

This commit is contained in:
Vili Sinervä 2025-02-20 20:45:10 +02:00
parent a53995840e
commit 9dba2b3b6e
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 0 additions and 59 deletions

View file

@ -1,12 +0,0 @@
{ ... }:
{
networking.hostName = "nat64";
imports = [
../base.nix
../services/nat64.nix
];
# HARDWARE SPECIFIC
services.qemuGuest.enable = true;
}