data-mesher: don't set owner for public_key
This commit is contained in:
@@ -105,10 +105,7 @@ in
|
|||||||
private_key = {
|
private_key = {
|
||||||
inherit owner;
|
inherit owner;
|
||||||
};
|
};
|
||||||
public_key = {
|
public_key.secret = false;
|
||||||
inherit owner;
|
|
||||||
secret = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
@@ -134,10 +131,7 @@ in
|
|||||||
private_key = {
|
private_key = {
|
||||||
inherit owner;
|
inherit owner;
|
||||||
};
|
};
|
||||||
public_key = {
|
public_key.secret = false;
|
||||||
inherit owner;
|
|
||||||
secret = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
runtimeInputs = [
|
runtimeInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user