fixfixed typo for hostName

This commit is contained in:
Nickiel12 2022-11-08 19:25:28 -08:00
parent 69ff9b03e2
commit 402cb33e03

View file

@ -12,12 +12,12 @@ in {
inherit system;
specialArgs = { inherit user; };
modules = [
./configuration.nix
./laptop
./configuration.nix
../modules/plasma_desktop.nix
../modules/kmonad.nix
{
networking.hostname = "NicksNixLaptop";
networking.hostName = "NicksNixLaptop";
}
kmonad.nixosModules.default
home-manager.nixosModules.home-manager {