thrall: Enable gitea service

This commit is contained in:
Alexander Kobjolke 2023-04-05 20:52:55 +02:00
parent e50f72be6a
commit dc34117014
2 changed files with 23 additions and 4 deletions

View file

@ -65,7 +65,8 @@
nixOnDroidConfigurations.default = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
modules = [
./hosts/redmi
{ nix.registry.nixpkgs.flake = nixpkgs; } { nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; }
{ nix.registry.nixpkgs.flake = nixpkgs; }
{ nix.nixPath = [ "nixpkgs=${nixpkgs}" ]; }
];
};
};