fix hostname name
This commit is contained in:
parent
4ef52b8226
commit
db7efac024
@ -13,8 +13,8 @@
|
|||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix {
|
./configuration.nix {
|
||||||
networking.hostname = "starscream";
|
networking.hostName = "starscream";
|
||||||
};
|
}
|
||||||
./hardware/starscream-hw.nix
|
./hardware/starscream-hw.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
@ -29,8 +29,8 @@
|
|||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix {
|
./configuration.nix {
|
||||||
networking.hostname = "knockout";
|
networking.hostName = "knockout";
|
||||||
};
|
}
|
||||||
./hardware/knockout-hw.nix
|
./hardware/knockout-hw.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user