Fix srvcfg

This commit is contained in:
soraefir
2026-05-04 00:08:49 +02:00
parent e53997093b
commit ce569f16e2
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{ config, pkgs, lib, ... }:{
config = lib.mkIf (config.syscfg.server ? arion) {
config = lib.mkIf (config.syscfg.server.arion) {
environment.systemPackages = with pkgs; [ arion ];
virtualisation.arion = {
backend = "podman-socket";