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