mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-04-27 07:48:44 +02:00
6 lines
93 B
Nix
6 lines
93 B
Nix
_: {
|
|
networking = {
|
|
domain = "buehler.rocks";
|
|
search = [ "buehler.rocks" ];
|
|
};
|
|
}
|