From 317108d51ae2c460e3b443be91895f3aecac1e7e Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Wed, 5 Feb 2025 17:40:01 -0800 Subject: [PATCH] Enhancement: Add `sys.networking` variables for fighter. --- dotfiles/flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/flake.nix b/dotfiles/flake.nix index 7d644e60..10ee9a27 100644 --- a/dotfiles/flake.nix +++ b/dotfiles/flake.nix @@ -238,6 +238,11 @@ hostname = "fighter"; authorizedKeys = jafnerKeys; shellPackage = "bash"; + networking = { + ifname = "enp3s0"; + mac = "00:02:C9:56:BF:9A"; + ip = "192.168.1.23"; + }; dataDirs = { appdata = "/appdata"; library = {