Add Colmena to manage systems, use better pathing for smallfetch, use better mountpoints and hostnames from Colema
This commit is contained in:
parent
215ad6b1a7
commit
1f7d01bb4d
53 changed files with 254 additions and 166 deletions
10
hosts/tower/colmena/default.nix
Normal file
10
hosts/tower/colmena/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
deployment = {
|
||||
tags = [
|
||||
"desktop"
|
||||
"pc"
|
||||
];
|
||||
targetHost = "4e4:535:9d47:f367:becd:6557:458d:5b1b";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue