Change gitea for forgejo

This commit is contained in:
Théo Barnouin 2025-01-29 10:14:33 +01:00
parent 8d685c6953
commit dbdb2036bf
5 changed files with 39 additions and 23 deletions

View file

@ -105,16 +105,16 @@
}
];
};
# template = nixpkgs.lib.nixosSystem {
# inherit system;
# modules = [
# agenix.nixosModules.default
# "${inputs.self}/systems/minimalVMConfig.nix"
# {
# networking.hostName = "nixos";
# }
# ];
# };
template = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
agenix.nixosModules.default
"${inputs.self}/systems/minimalVMConfig.nix"
{
networking.hostName = "nixos";
}
];
};
jellyfin = nixpkgs.lib.nixosSystem {
inherit system;
modules = [