10 lines
No EOL
117 B
Nix
10 lines
No EOL
117 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./common.nix
|
|
./services/uptime-kuma.nix
|
|
];
|
|
|
|
networking.hostName = "madoka";
|
|
} |