feat: seperate configs for desktop & laptop

This commit is contained in:
2025-03-05 19:28:29 +00:00
parent a74764dd73
commit 999df314a6
19 changed files with 99 additions and 1115 deletions

View File

@@ -11,6 +11,6 @@ hostname_groups_enabled = true
# paths starting without a / are relative to the groups folder
# Default: None
[hostname_groups]
john-desktop = ["default"]
john-laptop = ["default"]
john-desktop = ["default", "desktop"]
john-laptop = ["default", "laptop"]
server = []