config

NixOS config
Log | Files | Refs | README | LICENSE

commit 54daed1a1df68c797bb52267e75a54f3e2dd65fb (tree)
parent f7b0e248a3e6e87b1d5ae2d55ed8375b491ca46b
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Tue, 12 Mar 2024 11:44:40 +0000

mtworx: fix typo

Diffstat:
Mhosts/mtworx/configuration.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hosts/mtworx/configuration.nix b/hosts/mtworx/configuration.nix @@ -4,7 +4,7 @@ myData, ... }: let - nvme = "nvme-WD_PC_SN810_SDCQNRY-1T00-1201_23234W800017"; + nvme = "/dev/disk/by-id/nvme-WD_PC_SN810_SDCQNRY-1T00-1201_23234W800017"; in { imports = [ ../../modules