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,10 +1,5 @@
{ pkgs, ... }: {
age.secrets = {
garage_bertof_baldur_key = { file = ../../secrets/garage_bertof_baldur_key.age; owner = "bertof"; };
garage_tiziano_baldur_key = { file = ../../secrets/garage_tiziano_baldur_key.age; owner = "tiziano"; };
};
boot = {
growPartition = true;
kernelParams = [ "console=ttyS0" "panic=1" "boot.panic_on_fail" ];