flake: set hostname in mkSystem
This commit is contained in:
parent
2ba90b9290
commit
da4319add1
3 changed files with 8 additions and 4 deletions
|
@ -28,12 +28,16 @@ in {
|
|||
temperance = mkSystem {
|
||||
inherit withSystem;
|
||||
system = "x86_64-linux";
|
||||
|
||||
hostname = "temperance";
|
||||
modules = mkModulesFor "temperance";
|
||||
};
|
||||
|
||||
hermit = mkSystem {
|
||||
inherit withSystem;
|
||||
system = "x86_64-linux";
|
||||
|
||||
hostname = "hermit";
|
||||
modules = mkModulesFor "hermit";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue