config-manager: Remove system option in favor of pkgs.system
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
{ inputs, config, ... }:
|
||||
let
|
||||
system = config.config-manager.system;
|
||||
in
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
age = {
|
||||
identityPaths = [
|
||||
@@ -11,6 +8,6 @@ in
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
inputs.agenix.packages."${system}".default
|
||||
inputs.agenix.packages."${pkgs.system}".default
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user