Compare commits
2 commits
f2ca7d6502
...
76bac23e23
Author | SHA1 | Date | |
---|---|---|---|
76bac23e23 | |||
b4eb3656f4 |
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
|
||||||
eamodo.gitlens
|
eamodio.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 = "en*";
|
name = "eno*";
|
||||||
networkConfig.Bond = "bond0";
|
networkConfig.Bond = "bond0";
|
||||||
};
|
};
|
||||||
bond0 = {
|
bond0 = {
|
||||||
|
|
Loading…
Reference in a new issue