diff options
| author | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
| commit | 1be09af058424219de2aad4b9cc27ccf760d23f6 (patch) | |
| tree | bdc1177b166e1eef36763984b6862d7755a7bde8 /hosts/desktop/disko.nix | |
| parent | 4b41ce640c5eddcb50904331e03aac5460caa144 (diff) | |
...
Diffstat (limited to 'hosts/desktop/disko.nix')
| -rw-r--r-- | hosts/desktop/disko.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/desktop/disko.nix b/hosts/desktop/disko.nix index 93941e9..d9be765 100644 --- a/hosts/desktop/disko.nix +++ b/hosts/desktop/disko.nix @@ -3,7 +3,7 @@ disk = { main = { type = "disk"; - device = "/dev/nvme0n1"; + device = "/dev/disk/by-id/nvme-Lexar_SSD_NM790_2TB_PM5679R0036090P270"; content = { type = "gpt"; partitions = { @@ -114,7 +114,7 @@ }; storage = { type = "disk"; - device = "/dev/sda"; + device = "/dev/disk/by-id/ata-WDC_WD20EZBX-00AYRA0_WD-WXA2D63K8CLK"; content = { type = "gpt"; partitions = { |
