fix hostname name

This commit is contained in:
mir 2024-02-27 09:52:33 -09:00
parent 4ef52b8226
commit db7efac024

View File

@ -13,8 +13,8 @@
system = "x86_64-linux";
modules = [
./configuration.nix {
networking.hostname = "starscream";
};
networking.hostName = "starscream";
}
./hardware/starscream-hw.nix
home-manager.nixosModules.home-manager
{
@ -29,8 +29,8 @@
system = "x86_64-linux";
modules = [
./configuration.nix {
networking.hostname = "knockout";
};
networking.hostName = "knockout";
}
./hardware/knockout-hw.nix
home-manager.nixosModules.home-manager
{