From 5a9a96fd4f119fa7bc56048cc1f673289aca3603 Mon Sep 17 00:00:00 2001
From: Gabriella Bere <contact@gabbie.blue>
Date: Fri, 3 Jan 2025 22:17:52 +0000
Subject: [PATCH] added overlayed pkgs to biggerpi config

---
 flake.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flake.nix b/flake.nix
index 97e8060..a2da4d2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -122,7 +122,8 @@
         ];
       };
       nixosConfigurations.biggerpi = nixpkgs.lib.nixosSystem {
-        system = "x86_64-linux";
+        inherit system;
+	inherit pkgs;
         modules = genericModules ++ [
           inputs.disko.nixosModules.disko
           inputs.satisfactory-server.nixosModules.satisfactory