mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 17:45:12 -05:00
feat: test
This commit is contained in:
parent
4bb34b4ccd
commit
34766782ba
2 changed files with 3 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
{ config, ... }:
|
{ flake, ... }:
|
||||||
let
|
let
|
||||||
flake = config.flake;
|
|
||||||
inherit (flake.config.people) user0;
|
inherit (flake.config.people) user0;
|
||||||
inherit (flake.config.machines.devices) ceres;
|
inherit (flake.config.machines.devices) ceres;
|
||||||
inherit (flake.config.services.instances) jellyfin web;
|
inherit (flake.config.services.instances) jellyfin web;
|
||||||
|
|
|
@ -4,12 +4,8 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
inherit (flake.config.machines.devices)
|
inherit (flake.config.machines.devices) ceres;
|
||||||
ceres
|
inherit (flake.config.services.instances) minecraft;
|
||||||
;
|
|
||||||
inherit (flake.config.services.instances)
|
|
||||||
minecraft
|
|
||||||
;
|
|
||||||
service = minecraft;
|
service = minecraft;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue