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;
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
mkhl.direnv
|
||||
eamodo.gitlens
|
||||
eamodio.gitlens
|
||||
jnoortheen.nix-ide
|
||||
redhat.java
|
||||
];
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
};
|
||||
systemd.network.networks = {
|
||||
"00-bondage" = {
|
||||
name = "en*";
|
||||
name = "eno*";
|
||||
networkConfig.Bond = "bond0";
|
||||
};
|
||||
bond0 = {
|
||||
|
|
Loading…
Reference in a new issue