Massive refactoring and migration
Changed some wezterm settings Refactored some hosted-services Migrated some services from docker to a nixos service
This commit is contained in:
parent
a57cf2cd3f
commit
467c028fa4
9 changed files with 190 additions and 142 deletions
|
|
@ -4,7 +4,10 @@ let
|
|||
|
||||
alexandria = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK95QueW+jp1ZmF299Xr3XkgHJ6dL7aZVsfWxqbOKVKA";
|
||||
servers = [ alexandria ];
|
||||
|
||||
all-hosts = desktops ++ servers;
|
||||
in
|
||||
{
|
||||
"cloudflare-creds.age".publicKeys = [ alexandria ];
|
||||
"cloudflare-creds.age".publicKeys = all-hosts;
|
||||
"paperless-pass.age".publicKeys = all-hosts;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue