nixfiles/hosts/madohomu/madoka.nix

10 lines
117 B
Nix
Raw Normal View History

2024-06-07 11:34:06 +03:00
{ ... }:
{
imports = [
./common.nix
2024-08-24 21:26:38 +03:00
./services/uptime-kuma.nix
2024-06-07 11:34:06 +03:00
];
networking.hostName = "madoka";
}