From 34c20475eac65a86ff7152376b8c0e099e6219a0 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 18 Nov 2024 17:53:05 -0500 Subject: [PATCH] Update flake.nix --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8e8c351..8320d06 100755 --- a/flake.nix +++ b/flake.nix @@ -17,14 +17,14 @@ in { nixosConfigurations = { - vincents-hp = lib.nixosSystem { + my-hp = lib.nixosSystem { inherit system; specialArgs = { inherit unstable; }; modules = [ ./system/vincents-hp/configuration.nix ]; }; - vincents-old-hp = lib.nixosSystem { + old-hp = lib.nixosSystem { inherit system; specialArgs = { inherit unstable; }; modules = [ @@ -40,7 +40,7 @@ ./system/2012macmini/configuration.nix ]; }; - susans-hp = lib.nixosSystem { + moms-hp = lib.nixosSystem { inherit system; specialArgs = { inherit unstable; }; modules = [