Different host configuration
This commit is contained in:
parent
fc459a8ed4
commit
669c1d3b3f
13 changed files with 153 additions and 14 deletions
11
hosts/lars/kronos/configuration.nix
Normal file
11
hosts/lars/kronos/configuration.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, inputs, pkgs, ... }:
|
||||
{
|
||||
myOptions = {
|
||||
other = {
|
||||
system = {
|
||||
hostname = "kronos";
|
||||
username = "lars";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue