Fix now broken network device name
This commit is contained in:
parent
637a7bcb0c
commit
a1db22226c
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue