From af5e273962ac2b25d4b931800f28bf717eb63d7a Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 12 Feb 2025 21:45:26 -0600 Subject: [PATCH] disk things --- flake.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index bd033e6..8ff4978 100644 --- a/flake.nix +++ b/flake.nix @@ -465,12 +465,12 @@ modules = with nixosModules; [ home-manager-unstable-defaults - outputs.diskoConfigurations.standard + outputs.diskoConfigurations.unencrypted hardware.nixosModules.common-pc-ssd common gaming graphical-workstation - plasma6 + # plasma6 jovian.outputs.nixosModules.jovian @@ -561,7 +561,17 @@ system = "x86_64-linux"; modules = with nixosModules; [ home-manager-unstable-defaults - outputs.diskoConfigurations.thablet + { + _module.args = { + disk = "nvme0n1"; + esp = { + label = "ESP"; + size = "4G"; + name = "ESP"; + }; + }; + } + outputs.diskoConfigurations.standard hardware.nixosModules.lenovo-thinkpad-x1-yoga common @@ -670,6 +680,7 @@ disks = ["/dev/sda"]; # swapSize = "8G"; }; + esp = {}; } outputs.diskoConfigurations.unencrypted hardware.nixosModules.common-pc-laptop-ssd