S3 garage cluster

This commit is contained in:
Filippo Berto 2023-04-10 01:00:13 +02:00
parent 90b6180bc1
commit 95911b5e64
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 48 additions and 34 deletions

View file

@ -102,7 +102,7 @@
{
# age.secrets.oauth_proxy_client_credentials.file = ./secrets/oauth_proxy_client_credentials.age;
age.secrets.spotify_password = { file = ./secrets/spotify_password.age; owner = "bertof"; };
age.secrets.garage_rpc_secret.file = ./secrets/garage_rpc_secret.age;
age.secrets.garage_rpc_secret = { file = ./secrets/garage_rpc_secret.age; owner = "garage"; };
}
./nixos_modules/bertof_user.nix
@ -203,6 +203,8 @@
({ lib, ... }: {
boot.supportedFilesystems = lib.mkForce [ "btrfs" "reiserfs" "vfat" "f2fs" "xfs" "ntfs" "cifs" ];
})
./nixos_modules/garage.nix
];
};
};
@ -218,6 +220,8 @@
"${nixpkgs}/nixos/modules/virtualisation/digital-ocean-config.nix"
./nixos_modules/digitalocean.nix
{ home-manager.users.bertof = import ./baldur/hm.nix; }
./nixos_modules/garage.nix
];
};
};