Fix now broken network device name

This commit is contained in:
Nathan McCarty 2022-06-20 19:30:58 -04:00
parent 5816651610
commit 71af271fed
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
3 changed files with 22 additions and 21 deletions

View File

@ -62,16 +62,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1656268767, "lastModified": 1655120294,
"narHash": "sha256-5/iFlVpb94WhZrbY+lDvvC1VOdMzYIHNxrn6h5TxjKc=", "narHash": "sha256-e0IXVoxH3o1QbLtHxANAg2CHdVE3jZBi5ifhh+6Vpcs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "b9464569ca17c8b4942bea5f9531b78e01806782", "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"
} }
}, },
@ -161,11 +162,11 @@
"rust-analyzer-src": "rust-analyzer-src" "rust-analyzer-src": "rust-analyzer-src"
}, },
"locked": { "locked": {
"lastModified": 1656224696, "lastModified": 1656311436,
"narHash": "sha256-V1xlRG+30OMd48TEtyC7OehKqg7exG3NPiVfRAamJfg=", "narHash": "sha256-rXZbZ61Zvn5rE0Srh5bpfNYRXEZHIigqcjkKh2+Cvk4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "fenix", "repo": "fenix",
"rev": "a5b11b8d6bce93078491465193e41df15583ade7", "rev": "5e2708f04efe0ed2616be471d0913e303ff3a9ee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -245,11 +246,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1656274966, "lastModified": 1656367977,
"narHash": "sha256-jU+OTSvUbvKKmbNNl4XkUyW3EGdqZDNEZtGs++NbDlM=", "narHash": "sha256-0hV17V9Up9pnAtPJ+787FhrsPnawxoTPA/VxgjRMrjc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "9550595502bf437be7eb32f312a924ec891872d1", "rev": "3bf16c0fd141c28312be52945d1543f9ce557bb1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -370,11 +371,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1655983783, "lastModified": 1656239181,
"narHash": "sha256-0h1FzkYWei24IdKNpCX93onkF/FMiXQG8SdEbTc0r8A=", "narHash": "sha256-wW1xRFBn376yGloXZ4QzBE4hjipMawpV18Lshd9QSPw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6141b8932a5cf376fe18fcd368cecd9ad946cb68", "rev": "f2537a505d45c31fe5d9c27ea9829b6f4c4e6ac5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -434,11 +435,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1656007306, "lastModified": 1656265786,
"narHash": "sha256-MsC44YZ6wuBwn5Bu8T+RVoQWlp2l5BR6hhmNoAAHIEw=", "narHash": "sha256-A9RkoGrxzsmMm0vily18p92Rasb+MbdDMaSnzmywXKw=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ccf8bdf72624521358be6bb7d9b524c4cbcf7aff", "rev": "cd90e773eae83ba7733d2377b6cdf84d45558780",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -616,11 +617,11 @@
"rust-analyzer-src": { "rust-analyzer-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1656092520, "lastModified": 1656240210,
"narHash": "sha256-HLb4ql9GDuXf/lF5wH6jdlL7E6MARmthGvHOgrpsSl8=", "narHash": "sha256-CeP1gNUtmYHCQylROkpunvVTR8J8w/Pm6D5rjw8v4Gw=",
"owner": "rust-lang", "owner": "rust-lang",
"repo": "rust-analyzer", "repo": "rust-analyzer",
"rev": "5bb123d97000a85c7a909fe1ab0b981d54c967f2", "rev": "b74e96f509baf0be70281c55f14cb18fefbc6b22",
"type": "github" "type": "github"
}, },
"original": { "original": {

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