add(server)

This commit is contained in:
2026-02-08 00:01:25 +00:00
parent 3c57067a6f
commit 0d3c5c559f
11 changed files with 355 additions and 0 deletions

11
config/hosts/servers.nix Normal file
View File

@@ -0,0 +1,11 @@
{ den, __findFile, ... }:
{
# The single rpi5 i have running on the side of my desk
den.hosts.aarch64-linux.rpi5 = {
users.doloro = {
includes = [ <modules/user/groups> ];
aspect = "doloro-server";
};
};
}