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": { "locked": {
"lastModified": 1655672044, "lastModified": 1655120294,
"narHash": "sha256-FamjZO5yOF1irDu3b95NO9Ae6/4Db0gNiXuAAWJtF9k=", "narHash": "sha256-e0IXVoxH3o1QbLtHxANAg2CHdVE3jZBi5ifhh+6Vpcs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "4392cba3b33ef8abc1a9c007fc58a6ce86cf0ea1", "rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e",
"type": "github" "type": "github"
} }
}, },

View File

@ -9,7 +9,7 @@
inputs.nixpgks.follows = "nixpkgs"; inputs.nixpgks.follows = "nixpkgs";
}; };
emacs = { emacs = {
url = "github:nix-community/emacs-overlay"; url = "github:nix-community/emacs-overlay/29dcfbc1b29ae7281e95367e0f2358b44224a46e";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
mozilla = { mozilla = {

View File

@ -7,8 +7,8 @@
hostName = "levitation"; hostName = "levitation";
domain = "mccarty.io"; domain = "mccarty.io";
useDHCP = false; useDHCP = false;
interfaces.enp5s0.useDHCP = true; interfaces.enp6s0.useDHCP = true;
nat.externalInterface = "enp5s0"; nat.externalInterface = "enp6s0";
}; };
### ###
## Enable programs we don't want on every machine ## Enable programs we don't want on every machine