Update mobile hardware configuration

This commit is contained in:
Kiana Sheibani 2023-01-14 19:25:31 -05:00 committed by GitHub
parent 06ac91a0a9
commit e105184ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/0e34be6f-a042-433e-bcfc-9df254a571c3"; { device = "/dev/disk/by-uuid/bd2fe7f4-b0e8-40b3-8da3-68f56dd49fab";
fsType = "ext4"; fsType = "ext4";
}; };