Tiziano: access to s3 servers

This commit is contained in:
Filippo Berto 2023-07-29 17:24:26 +02:00
parent 669c45203b
commit 3e1b7adfc8
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
23 changed files with 352 additions and 177 deletions

View file

@ -1,5 +1,11 @@
{ pkgs, lib, ... }:
with lib; {
age.secrets = {
garage_bertof_loki_key = { file = ../../secrets/garage_bertof_loki_key.age; owner = "bertof"; };
garage_tiziano_loki_key = { file = ../../secrets/garage_tiziano_loki_key.age; owner = "tiziano"; };
};
boot = {
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
# kernelPackages = pkgs.linuxPackages_latest;