nichts/hosts/lars/kronos/configuration.nix

12 lines
183 B
Nix
Raw Normal View History

2024-04-12 07:09:49 +02:00
{ config, inputs, pkgs, ... }:
{
myOptions = {
other = {
system = {
hostname = "kronos";
username = "lars";
};
};
};
}