mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: move agenix
This commit is contained in:
parent
8c174b1e46
commit
6a8c0a82b0
1 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
{ config, pkgs, lib, inputs, ... }:{
|
{
|
||||||
|
config,
|
||||||
|
system,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
inputs.agenix.packages."${system}".default
|
inputs.agenix.packages."${system}".default
|
||||||
];
|
];
|
||||||
Loading…
Add table
Add a link
Reference in a new issue