defiant: add hardware config

This commit is contained in:
2023-12-24 17:40:47 +01:00
committed by Felix Albrigtsen
parent 07f129c423
commit c8316cfc70
2 changed files with 34 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
networking = {
hostName = "defiant";
defaultGateway = "192.168.10.1";
interfaces.eno1.ipv4 = {
interfaces.enp3s0.ipv4 = {
addresses = [
{ address = "192.168.10.175"; prefixLength = 24; }
];