nixfiles/hosts/madohomu/madoka.nix

10 lines
No EOL
117 B
Nix

{ ... }:
{
imports = [
./common.nix
./services/uptime-kuma.nix
];
networking.hostName = "madoka";
}