nixos/shill: Add Gitea

This commit is contained in:
2023-11-13 08:14:16 +00:00
parent 4f8bdc1219
commit a94c778e10
7 changed files with 137 additions and 1 deletions

View File

@@ -167,6 +167,19 @@
};
frontend = "virtio-blk";
}
{
name = "git";
backend = {
driver = "host_device";
filename = "/dev/main/git";
discard = "unmap";
};
format = {
driver = "raw";
discard = "unmap";
};
frontend = "virtio-blk";
}
]);
};