Different host configuration

This commit is contained in:
get 2024-04-12 07:09:49 +02:00
commit aaab392a0b
13 changed files with 153 additions and 14 deletions

View file

@ -0,0 +1,11 @@
{ config, inputs, pkgs, ... }:
{
myOptions = {
other = {
system = {
hostname = "dyonisos";
username = "lars";
};
};
};
}