nichts/hosts/lars/dyonisos/configuration.nix

12 lines
185 B
Nix
Raw Normal View History

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