Compare commits

..

2 commits

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
eamodo.gitlens
eamodio.gitlens
jnoortheen.nix-ide
redhat.java
];

View file

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