Compare commits
No commits in common. "76bac23e231937f2eb5a50bed39327a87966c1c0" and "f2ca7d65026b2b60b1976463759acdc9e47d1d9c" have entirely different histories.
76bac23e23
...
f2ca7d6502
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@
|
||||||
package = pkgs.vscodium-fhs;
|
package = pkgs.vscodium-fhs;
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
mkhl.direnv
|
mkhl.direnv
|
||||||
eamodio.gitlens
|
eamodo.gitlens
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
redhat.java
|
redhat.java
|
||||||
];
|
];
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
};
|
};
|
||||||
systemd.network.networks = {
|
systemd.network.networks = {
|
||||||
"00-bondage" = {
|
"00-bondage" = {
|
||||||
name = "eno*";
|
name = "en*";
|
||||||
networkConfig.Bond = "bond0";
|
networkConfig.Bond = "bond0";
|
||||||
};
|
};
|
||||||
bond0 = {
|
bond0 = {
|
||||||
|
|
Loading…
Reference in a new issue