Use devenv

This commit is contained in:
Invariantspace 2025-03-20 11:16:32 +08:00
parent c6d125fca9
commit 9847661d50
Signed by: macronova
GPG key ID: CE969670FB4B4A56
13 changed files with 87 additions and 155 deletions

View file

@ -2,6 +2,7 @@
services.forgejo = {
enable = true;
settings = {
repository.ENABLE_PUSH_CREATE_USER = true;
server = with config.constants; {
DOMAIN = domain;
HTTP_ADDR = wildcard;

View file

@ -22,5 +22,6 @@
common-hidpi
common-pc
common-pc-ssd
gigabyte-b650
]);
}

View file

@ -52,8 +52,10 @@ in {
podman = {
enable = true;
autoPrune.enable = true;
defaultNetwork.settings.dns_enabled = true;
dockerCompat = true;
dockerSocket.enable = true;
};
spiceUSBRedirection.enable = true;
};
}