improve nixos wrapper module
This commit is contained in:
parent
cb9cdc8501
commit
bf06ab5fe8
3 changed files with 51 additions and 17 deletions
|
|
@ -46,11 +46,9 @@
|
|||
sys = pkgs.stdenv.hostPlatform.system;
|
||||
in
|
||||
{
|
||||
config = {
|
||||
imports = [ ./nix/module.nix ];
|
||||
wrapperPkg = self.packages.${sys}.yoke-lite;
|
||||
environment.systemPackages = [ self.packages.${sys}.yoke ];
|
||||
};
|
||||
imports = [ ./nix/module.nix ];
|
||||
security.yoke.wrapperPkg = self.packages.${sys}.yoke-lite;
|
||||
environment.systemPackages = [ self.packages.${sys}.yoke ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue