feat: test

This commit is contained in:
Nick 2025-06-08 23:36:11 -05:00
parent 4bb34b4ccd
commit 34766782ba
2 changed files with 3 additions and 8 deletions

View file

@ -1,6 +1,5 @@
{ config, ... }:
{ flake, ... }:
let
flake = config.flake;
inherit (flake.config.people) user0;
inherit (flake.config.machines.devices) ceres;
inherit (flake.config.services.instances) jellyfin web;

View file

@ -4,12 +4,8 @@
...
}:
let
inherit (flake.config.machines.devices)
ceres
;
inherit (flake.config.services.instances)
minecraft
;
inherit (flake.config.machines.devices) ceres;
inherit (flake.config.services.instances) minecraft;
service = minecraft;
in
{