rename plusultra to metacfg
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
b22607a4df
commit
04f08d679e
48 changed files with 149 additions and 149 deletions
|
@ -1,13 +1,13 @@
|
|||
{ options, config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
with lib.plusultra;
|
||||
with lib.metacfg;
|
||||
let
|
||||
cfg = config.plusultra.pccs;
|
||||
cfg_podman = config.plusultra.podman;
|
||||
cfg = config.metacfg.pccs;
|
||||
cfg_podman = config.metacfg.podman;
|
||||
in
|
||||
{
|
||||
options.plusultra.pccs = with types; {
|
||||
options.metacfg.pccs = with types; {
|
||||
enable = mkBoolOpt false "Whether or not to enable a SGX-DCAP.";
|
||||
secret = mkOption {
|
||||
type = with types; nullOr path;
|
||||
|
@ -29,7 +29,7 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
plusultra = {
|
||||
metacfg = {
|
||||
nix.extra-substituters = {
|
||||
"https://nixsgx.cachix.org".key = "nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE=";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue