changed laptop filesystem from uuid to device

This commit is contained in:
ISnortPennies 2023-02-01 17:44:52 -05:00
parent 926f0aef89
commit 41b40e570b
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -110,11 +110,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1675284429,
"narHash": "sha256-OVUyaSB9BKERTEn+LYqxx9Wudy7pwy1p2/nlURUIt60=",
"lastModified": 1675290703,
"narHash": "sha256-AW1h5+r03CcT/rdrwcLV4u+eHOB6lTOVFliimeXoBgs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "31968e86eddf260716458ee9ede65691f6e1987f",
"rev": "c3627eb52a127d19a6693e93b5191a37b36038a5",
"type": "github"
},
"original": {

View file

@ -40,11 +40,11 @@
};
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/c67796b3-d502-47db-8d0e-48f30bc91041";
device = "/dev/nvme0n1p2";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/AD02-10EA";
device = "/dev/nvme0n1p1";
fsType = "vfat";
};
};