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

11 lines
185 B
Nix

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