Make the NixOS hostname configurable
This commit is contained in:
parent
e87b718592
commit
7c72cc4d5d
3 changed files with 13 additions and 5 deletions
10
flake.nix
10
flake.nix
|
@ -32,7 +32,15 @@
|
|||
|
||||
flake = {
|
||||
nixosConfigurations = {
|
||||
nixedo = nixos-system { desktop = true; };
|
||||
apollo = nixos-system {
|
||||
desktop = true;
|
||||
hostname = "apollo";
|
||||
};
|
||||
|
||||
nixedo = nixos-system {
|
||||
desktop = true;
|
||||
hostname = "nixedo";
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue