cleanup
This commit is contained in:
parent
145cf2e72f
commit
3b7c72f326
31 changed files with 77 additions and 319 deletions
|
@ -60,7 +60,7 @@ in {
|
|||
enable = true;
|
||||
|
||||
networks = lib.attrsets.mergeAttrsList [
|
||||
(lib.optionalAttrs machine.isHypervisor {
|
||||
(lib.optionalAttrs (! machine.isRaspberryPi) {
|
||||
"30-main-nic" = {
|
||||
matchConfig.Name = "en*";
|
||||
|
||||
|
|
Reference in a new issue