Skip to content

Commit cce7fef

Browse files
committed
misc: code comment
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
1 parent e1fb163 commit cce7fef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/common.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Returns a NixOS module.
1+
# This file exports a function that returns a NixOS module.
2+
#
3+
# The module defines the common parts of the host VMs.
24

35
{
46
libvirt-src,
@@ -320,6 +322,7 @@ in
320322
enable = true;
321323
wait-online.enable = false;
322324

325+
# Created devices.
323326
netdevs = {
324327
"10-br0" = {
325328
netdevConfig = {

0 commit comments

Comments
 (0)