mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: updated uuids
This commit is contained in:
parent
7c1e6db541
commit
360b8898d7
1 changed files with 3 additions and 4 deletions
|
|
@ -16,7 +16,6 @@ in
|
|||
let
|
||||
synologyDrives = [
|
||||
"folder0"
|
||||
"folder1"
|
||||
];
|
||||
|
||||
sambaDrives = [
|
||||
|
|
@ -67,11 +66,11 @@ in
|
|||
in
|
||||
{
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/c9a82c93-1da4-4cd1-a1fa-26483271a2bb";
|
||||
device = "/dev/disk/by-uuid/aa9e7283-3e96-4d3e-a66b-ce24bba9f3f2";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/71CA-765A";
|
||||
device = "/dev/disk/by-uuid/0616-DAE7";
|
||||
fsType = "vfat";
|
||||
options = deimos.boot.options;
|
||||
};
|
||||
|
|
@ -85,7 +84,7 @@ in
|
|||
));
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; }
|
||||
{ device = "/dev/disk/by-uuid/027a1efb-6c4e-4c1a-9956-91c7513950b4"; }
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue