nichts/hosts/lars/kronos/configuration.nix
2024-04-12 07:09:49 +02:00

11 lines
183 B
Nix

{ config, inputs, pkgs, ... }:
{
myOptions = {
other = {
system = {
hostname = "kronos";
username = "lars";
};
};
};
}