From 8cebf9b0161b968309edb3879e351eac2854c380 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 18 Nov 2024 18:02:25 -0500 Subject: [PATCH] Update flake.nix --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8320d06..dd00c32 100755 --- a/flake.nix +++ b/flake.nix @@ -31,13 +31,13 @@ ./system/vincents-old-hp/configuration.nix ]; }; - 2012macmini = lib.nixosSystem { + macmini = lib.nixosSystem { inherit system; specialArgs = { inherit unstable; }; modules = [ # add your model from this list: https://github.com/NixOS/nixos-hardware/blob/master/flake.nix nixos-hardware.nixosModules.apple-macmini-4-1 - ./system/2012macmini/configuration.nix + ./system/macmini/configuration.nix ]; }; moms-hp = lib.nixosSystem {