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:
parent
1b307d737c
commit
d4baeb032b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user