From e01601cb1b0b6551abd49e5267c5d2a0c8ddc04a Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 17:03:13 +0900 Subject: [PATCH] test --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 4707d293..7c86e8f8 100644 --- a/flake.nix +++ b/flake.nix @@ -52,7 +52,7 @@ nixosConfigurations = { # Declare the configuration for my laptop nixos-p1 = lib.nixosSystem { - inherit system hostname; + inherit system; modules = [ # Hardware Configuration ./hardware/lenovo-p1.nix @@ -73,7 +73,7 @@ # Declare the configuration for my desktop nixos-desktop = lib.nixosSystem { - inherit system hostname; + inherit system; modules = [ # Hardware Configuration ./hardware/desktop.nix