From dba9cffb913fa1bd847e24d93787ba70c21e2f08 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 4 Oct 2024 19:09:29 +0200 Subject: [PATCH] This disko config is not working, corrupts the system, let's just comment it out for now :) --- disko/GLaDOS/default.nix | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/disko/GLaDOS/default.nix b/disko/GLaDOS/default.nix index 89c6396..c605347 100644 --- a/disko/GLaDOS/default.nix +++ b/disko/GLaDOS/default.nix @@ -41,23 +41,23 @@ }; }; }; - sdc = { - device = "/dev/sdc"; - type = "disk"; - content = { - type = "gpt"; - partitions = { - root = { - size = "100%"; - content = { - type = "filesystem"; - format = "ext4"; - mountpoint = "/media"; - }; - }; - }; - }; - }; + #sdc = { + #device = "/dev/disk/by-path/pci-0000:06:00.0-ata-2"; + #type = "disk"; + #content = { + #type = "gpt"; + #partitions = { + #root = { + #size = "100%"; + #content = { + #type = "filesystem"; + #format = "ext4"; + #mountpoint = "/media"; + #}; + #}; + #}; + #}; + #}; }; lvm_vg = { pool = {