mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
nebula: Change network interface name to nebula
This commit is contained in:
parent
79da1f6644
commit
2703325b4d
2 changed files with 3 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ in
|
|||
};
|
||||
interface = lib.mkOption {
|
||||
type = lib.types.nonEmptyStr;
|
||||
default = "nebula.mesh";
|
||||
default = "nebula";
|
||||
};
|
||||
systemdUnit = lib.mkOption {
|
||||
type = lib.types.nonEmptyStr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue