Garage on loki

This commit is contained in:
Filippo Berto 2023-03-22 10:44:48 +01:00
parent d5fbab32bc
commit 90b6180bc1
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
11 changed files with 183 additions and 31 deletions

View file

@ -102,6 +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;
}
./nixos_modules/bertof_user.nix
@ -235,6 +236,8 @@
home-manager.users.bertof = import ./loki/hm.nix;
home-manager.users.tiziano = import ./loki/hm_tiziano.nix;
}
./nixos_modules/garage.nix
];
};
};