From 3c4e5edd5524b04290470253dd317bb47ff803eb Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 17 Jul 2024 20:49:12 -0500 Subject: [PATCH] Supply my own args I guess --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 3a40c97..5b9cbaa 100644 --- a/flake.nix +++ b/flake.nix @@ -330,6 +330,12 @@ thinker = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = with nixosModules; [ + { + _module.args = { + disks = ["/dev/nvme0n1"]; + swapSize = "32G"; + }; + } outputs.diskoConfigurations.standard inputs.hardware.nixosModules.lenovo-thinkpad-t480 inputs.hardware.nixosModules.common-pc-laptop-ssd