14 lines
214 B
Nix
14 lines
214 B
Nix
{
|
|
settings = {
|
|
accounts = {
|
|
username = "cnst";
|
|
mail = "adam@cnst.dev";
|
|
sshUser = "sobotka";
|
|
domains = {
|
|
local = "cnix.dev";
|
|
public = "cnst.dev";
|
|
};
|
|
};
|
|
};
|
|
}
|