All checks were successful
Check Flake / check-flake (push) Successful in 1m21s
13 lines
167 B
Nix
13 lines
167 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./hardware-configuration.nix
|
|
];
|
|
|
|
efi.enable = true;
|
|
|
|
networking.hostName = "nat";
|
|
networking.interfaces.ens160.useDHCP = true;
|
|
}
|