improve nixos wrapper module
This commit is contained in:
parent
c53377a504
commit
bd51402a95
2 changed files with 34 additions and 15 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.wrapperPkg = self.packages.${sys}.yoke-lite;
|
||||
environment.systemPackages = [ self.packages.${sys}.yoke ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue