ajout hardware-configuration.nix

merge-requests/19/head
gabo 2024-11-23 14:50:38 +01:00 committed by RatCornu
parent 3fa6f4a8ef
commit cf4d7dd113
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/e4e8f7c8-1673-464a-9688-468510d28b23"; { device = "/dev/disk/by-uuid/c97aeccd-b88a-407e-a08d-f821a3f34936";
fsType = "ext4"; fsType = "ext4";
}; };