Files
cnix/hosts/sobotka/settings.nix
2025-07-19 12:25:07 +02:00

10 lines
130 B
Nix

{
settings = {
accounts = {
username = "cnst";
mail = "adam@cnst.dev";
sshUser = "sobotka";
};
};
}