make it work on all platforms
This commit is contained in:
parent
c38d70e6e7
commit
e573cd99ee
1 changed files with 3 additions and 3 deletions
|
|
@ -15,9 +15,9 @@
|
|||
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf config.myModules.enableSecrets {
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.agenix.packages.x86_64-linux.default
|
||||
age
|
||||
environment.systemPackages = [
|
||||
inputs.agenix.packages.${pkgs.hostPlatform.system}.agenix
|
||||
pkgs.age
|
||||
];
|
||||
|
||||
age.secrets = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue