mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59: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;
|
inherit system;
|
||||||
specialArgs = { inherit user; };
|
specialArgs = { inherit user; };
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
|
||||||
./laptop
|
./laptop
|
||||||
|
./configuration.nix
|
||||||
../modules/plasma_desktop.nix
|
../modules/plasma_desktop.nix
|
||||||
../modules/kmonad.nix
|
../modules/kmonad.nix
|
||||||
{
|
{
|
||||||
networking.hostname = "NicksNixLaptop";
|
networking.hostName = "NicksNixLaptop";
|
||||||
}
|
}
|
||||||
kmonad.nixosModules.default
|
kmonad.nixosModules.default
|
||||||
home-manager.nixosModules.home-manager {
|
home-manager.nixosModules.home-manager {
|
||||||
|
|
Loading…
Reference in a new issue