Compare commits

..

No commits in common. "76bac23e231937f2eb5a50bed39327a87966c1c0" and "f2ca7d65026b2b60b1976463759acdc9e47d1d9c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -148,7 +148,7 @@
package = pkgs.vscodium-fhs;
extensions = with pkgs.vscode-extensions; [
mkhl.direnv
eamodio.gitlens
eamodo.gitlens
jnoortheen.nix-ide
redhat.java
];

View file

@ -36,7 +36,7 @@
};
systemd.network.networks = {
"00-bondage" = {
name = "eno*";
name = "en*";
networkConfig.Bond = "bond0";
};
bond0 = {