From a1db22226c2aa11f443232d44be9adf4bd7d6591 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 20 Jun 2022 19:30:58 -0400 Subject: [PATCH] Fix now broken network device name --- flake.lock | 7 ++++--- flake.nix | 2 +- machines/levitation.nix | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 7df5753..dd3f3f6 100644 --- a/flake.lock +++ b/flake.lock @@ -62,16 +62,17 @@ ] }, "locked": { - "lastModified": 1655672044, - "narHash": "sha256-FamjZO5yOF1irDu3b95NO9Ae6/4Db0gNiXuAAWJtF9k=", + "lastModified": 1655120294, + "narHash": "sha256-e0IXVoxH3o1QbLtHxANAg2CHdVE3jZBi5ifhh+6Vpcs=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "4392cba3b33ef8abc1a9c007fc58a6ce86cf0ea1", + "rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e", "type": "github" }, "original": { "owner": "nix-community", "repo": "emacs-overlay", + "rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e", "type": "github" } }, diff --git a/flake.nix b/flake.nix index d9c1a6d..cce338f 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ inputs.nixpgks.follows = "nixpkgs"; }; emacs = { - url = "github:nix-community/emacs-overlay"; + url = "github:nix-community/emacs-overlay/29dcfbc1b29ae7281e95367e0f2358b44224a46e"; inputs.nixpkgs.follows = "nixpkgs"; }; mozilla = { diff --git a/machines/levitation.nix b/machines/levitation.nix index 008340f..d543e95 100644 --- a/machines/levitation.nix +++ b/machines/levitation.nix @@ -7,8 +7,8 @@ hostName = "levitation"; domain = "mccarty.io"; useDHCP = false; - interfaces.enp5s0.useDHCP = true; - nat.externalInterface = "enp5s0"; + interfaces.enp6s0.useDHCP = true; + nat.externalInterface = "enp6s0"; }; ### ## Enable programs we don't want on every machine