Need to specify a secret group and user
This commit is contained in:
parent
7c08e0173e
commit
9c024fd9ee
|
@ -22,6 +22,12 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fudo.secrets = {
|
||||||
|
secret-group = "fudo-secrets";
|
||||||
|
secret-users = [ "niten" ];
|
||||||
|
secret-paths = [ "/state/secrets" ];
|
||||||
|
};
|
||||||
|
|
||||||
# boot.kernelParams = [ "nomodeset" ];
|
# boot.kernelParams = [ "nomodeset" ];
|
||||||
# console.font = "VGA";
|
# console.font = "VGA";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue