forked from mirrors_public/oddlama_nix-config
feat: inherit lovesegfault's changes to host generation
This commit is contained in:
parent
2081ce6585
commit
7c6461d8e2
7 changed files with 18 additions and 29 deletions
|
@ -2,13 +2,11 @@ let
|
|||
hosts = {
|
||||
nom = {
|
||||
type = "nixos";
|
||||
hostname = "nom";
|
||||
hostPlatform = "x86_64-linux";
|
||||
remoteBuild = true;
|
||||
};
|
||||
ward = {
|
||||
type = "nixos";
|
||||
hostname = "ward";
|
||||
hostPlatform = "x86_64-linux";
|
||||
remoteBuild = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue