steveej-laptop: add virbr1 interface for VMs
This commit is contained in:
parent
e633b8fcaf
commit
8ba385c85e
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.bridges."virbr1".interfaces = [];
|
||||||
|
networking.interfaces."virbr1".ip4 = [
|
||||||
|
{ address = "10.254.254.254"; prefixLength = 24; }
|
||||||
|
];
|
||||||
|
|
||||||
programs.bash = {
|
programs.bash = {
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
promptInit = ''
|
promptInit = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue