mob next [ci-skip] [ci skip] [skip ci]

lastFile:inventories/personal-computer.nix
This commit is contained in:
2026-01-14 11:27:35 +07:00
parent d4aee2bfff
commit f5bfc1cc68
7 changed files with 259 additions and 591 deletions

View File

@@ -0,0 +1,10 @@
{ config, ... }:
{
clan.inventory = {
tags = {
personal-computer = [ "rana" ];
};
instances = { };
};
}