nixfiles/hosts/madohomu/madoka.nix

9 lines
No EOL
86 B
Nix

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