Fix now broken network device name

This commit is contained in:
Nathan McCarty 2022-06-20 19:30:58 -04:00
parent 637a7bcb0c
commit a1db22226c
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
3 changed files with 7 additions and 6 deletions

View File

@ -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"
}
},

View File

@ -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 = {

View File

@ -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