12 lines
233 B
Nix
12 lines
233 B
Nix
{ 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";
|
|
};
|
|
};
|
|
|
|
}
|