sgx: fix secrets path
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
0b5e66f4ea
commit
ca7f3fb973
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
with lib;
|
||||
with lib.plusultra;
|
||||
{
|
||||
|
@ -24,13 +24,11 @@ with lib.plusultra;
|
|||
};
|
||||
|
||||
sops.secrets.pccs = {
|
||||
sopsFile = ../.secrets/sgx/pccs.yaml; # bring your own password file
|
||||
sopsFile = ../../../.secrets/sgx/pccs.yaml; # bring your own password file
|
||||
};
|
||||
|
||||
networking.wireless.enable = false; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
||||
|
||||
plusultra.gui.enable = false;
|
||||
plusultra.nix.enable = true;
|
||||
plusultra.nix.extra-substituters = {
|
||||
|
|
Loading…
Reference in a new issue