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