Files
nix-config/machines/nat/configuration.nix
Zuckerberg 99ef62d31a
All checks were successful
Check Flake / check-flake (push) Successful in 1m21s
Fix unused vars
2026-02-11 23:12:00 -08:00

13 lines
167 B
Nix

{ ... }:
{
imports = [
./hardware-configuration.nix
];
efi.enable = true;
networking.hostName = "nat";
networking.interfaces.ens160.useDHCP = true;
}