Remove unused garage

This commit is contained in:
Filippo Berto 2023-10-28 02:04:53 +02:00
parent c98867d0b4
commit 9266a2dd90
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
12 changed files with 7 additions and 146 deletions

View file

@ -1,11 +1,6 @@
{ 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;