Signed-off-by: Alex Stan <alex.stan.2010@proton.me>
This commit is contained in:
Alex Stan 2024-02-29 00:13:54 +02:00
parent f9bc51d49d
commit a0a6ae8b92

View file

@ -31,7 +31,7 @@
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
device = "/dev/disk/by-label/NIXOS-SD";
fsType = "ext4";
options = [ "noatime" ];
};