match on mac
This commit is contained in:
parent
a5aa8962ef
commit
11a77d4d25
6 changed files with 6 additions and 7 deletions
|
@ -70,7 +70,6 @@
|
|||
adminuser = "admin";
|
||||
adminpassFile = config.sops.secrets."nextcloud/adminpass".path;
|
||||
};
|
||||
enableBrokenCiphersForSSE = false;
|
||||
};
|
||||
|
||||
systemd.services."nextcloud-setup" = {
|
||||
|
@ -104,7 +103,7 @@
|
|||
interfaces = [{
|
||||
type = "tap";
|
||||
id = "vm-nextcloud";
|
||||
mac = "EA:40:E8:60:C5:36";
|
||||
mac = "02:00:00:00:00:00";
|
||||
}];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue