mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
fixfixed typo for hostName
This commit is contained in:
parent
69ff9b03e2
commit
402cb33e03
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue