12 lines
185 B
Nix
12 lines
185 B
Nix
![]() |
{ config, inputs, pkgs, ... }:
|
||
|
{
|
||
|
myOptions = {
|
||
|
other = {
|
||
|
system = {
|
||
|
hostname = "dyonisos";
|
||
|
username = "lars";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|