mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: updated uuids after windows fucked my shit
This commit is contained in:
parent
a128d9b7fa
commit
c5fe1e3538
1 changed files with 3 additions and 3 deletions
|
@ -67,11 +67,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/1de87c26-c123-44c0-9c9b-6d2480bdeb7d";
|
device = "/dev/disk/by-uuid/6328deb2-075a-471e-8396-459921a82832";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/6A1F-3641";
|
device = "/dev/disk/by-uuid/6152-9BBC";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = mars.boot.options;
|
options = mars.boot.options;
|
||||||
};
|
};
|
||||||
|
@ -83,7 +83,7 @@ in
|
||||||
));
|
));
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/8b1d43a7-baf8-4d15-a1ad-dc0c9dda6970"; }
|
{ device = "/dev/disk/by-uuid/c8839bac-980b-4b24-9c36-504965acc964"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue