host/oparic: switch to oparic-flakes lib.mkOparicContainer

Replace container-flake (feat/o4dev branch) dependency with
oparic-flakes (main) + direct o4dev service inputs. Container
is now built via mkOparicContainer with local config and secrets.
This commit is contained in:
2026-05-17 20:00:07 +08:00
parent ae0fc05e6d
commit b869120287
5 changed files with 106 additions and 46 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }:
{ config, lib, pkgs, inputs, o4devContainer, ... }:
{
imports =
@@ -149,7 +149,7 @@
hostPort = 40000;
protocol = "tcp";
}];
path = inputs.container-flake.nixosConfigurations.o4dev.config.system.build.toplevel;
path = o4devContainer.config.system.build.toplevel;
};
system.stateVersion = "23.11";