stan: use default kernel, add main secrets file
This commit is contained in:
parent
7f91e1e2b0
commit
ded434c205
@ -29,7 +29,7 @@ in {
|
||||
"/crypto_keyfile.bin";
|
||||
secrets = { "/crypto_keyfile.bin" = null; };
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages;
|
||||
kernelParams = [ "intel_idle.max_cstate=4" ];
|
||||
|
||||
};
|
||||
@ -64,6 +64,12 @@ in {
|
||||
owner = "root";
|
||||
mode = "400";
|
||||
};
|
||||
vm_pass = {
|
||||
sopsFile = config.xin-secrets.stan.main;
|
||||
owner = "root";
|
||||
group = "wheel";
|
||||
mode = "400";
|
||||
};
|
||||
peerix_private_key = {
|
||||
sopsFile = config.xin-secrets.stan.peerix;
|
||||
owner = "${peerixUser}";
|
||||
|
Loading…
Reference in New Issue
Block a user