fix(incinerator): unique machine-id value
This has a duplicate template value.
This commit is contained in:
parent
f82e48a8ea
commit
5c1dfbdec1
|
@ -2,7 +2,7 @@
|
||||||
, modulesPath
|
, modulesPath
|
||||||
, ... }: {
|
, ... }: {
|
||||||
global = {
|
global = {
|
||||||
id = "bc8036643fc24f04ab150ff6a38dcce7";
|
id = "62ea62fde6c04fb6b5c791892b6798c8";
|
||||||
auth.openssh.enable = true;
|
auth.openssh.enable = true;
|
||||||
libvirt.enable = false;
|
libvirt.enable = false;
|
||||||
io.bluetooth = false;
|
io.bluetooth = false;
|
||||||
|
|
Loading…
Reference in a new issue