From 34eb4fed2da62a70f45867df4d3385bc9c486b50 Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Thu, 29 Feb 2024 00:17:42 +0200 Subject: [PATCH] e Signed-off-by: Alex Stan --- hosts/hypnos/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hypnos/hardware-configuration.nix b/hosts/hypnos/hardware-configuration.nix index 53e1f03..5a2e8d6 100644 --- a/hosts/hypnos/hardware-configuration.nix +++ b/hosts/hypnos/hardware-configuration.nix @@ -14,7 +14,7 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-label/NIXOS_SD"; + { device = "/dev/disk/by-label/NIXOS-SD"; fsType = "ext4"; };