1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-26 07:43:45 +01:00

fix: drop agenix config again

This commit is contained in:
Thomas Boerger 2022-10-25 12:48:18 +02:00
parent 1b307d737c
commit d4baeb032b
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
2 changed files with 0 additions and 14 deletions

@ -1,13 +0,0 @@
{ pkgs, lib, config, options, ... }:
with lib;
{
config = {
age = {
identityPaths = [
"/etc/ssh/ssh_host_ed25519_key"
"/etc/ssh/ssh_host_rsa_key"
];
};
};
}

@ -3,7 +3,6 @@ with lib;
{
imports = [
./agenix.nix
./network.nix
./nixpkgs.nix
./prowlarr.nix