S3 mount in thor
This commit is contained in:
parent
af8390dc1c
commit
33b3defff9
5 changed files with 40 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
with lib; {
|
||||
|
||||
age.secrets = {
|
||||
garage_bertof_thor_key = { file = ../../secrets/garage_bertof_thor_key.age; owner = "bertof"; };
|
||||
};
|
||||
|
||||
boot = {
|
||||
binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue