Marisa:added gitea service

This commit is contained in:
2021-06-04 02:10:31 +05:30
parent 517b2804e5
commit 9692174ced
4 changed files with 80 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{lib, config, ...}:
{config, pkgs, ...}:
{
imports =
[
@@ -11,5 +11,9 @@
./marisa/cachix.nix
../../configs/nvim.nix
];
environment.systemPackages = with pkgs; [
docker_compose
];
virtualisation.docker.enable = true;
system.stateVersion = "21.05";
}