mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -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
|
let
|
||||||
synologyDrives = [
|
synologyDrives = [
|
||||||
"folder0"
|
"folder0"
|
||||||
"folder1"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
sambaDrives = [
|
sambaDrives = [
|
||||||
|
|
@ -67,11 +66,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/c9a82c93-1da4-4cd1-a1fa-26483271a2bb";
|
device = "/dev/disk/by-uuid/aa9e7283-3e96-4d3e-a66b-ce24bba9f3f2";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/71CA-765A";
|
device = "/dev/disk/by-uuid/0616-DAE7";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = deimos.boot.options;
|
options = deimos.boot.options;
|
||||||
};
|
};
|
||||||
|
|
@ -85,7 +84,7 @@ in
|
||||||
));
|
));
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/74007bf1-6e2f-425e-99fa-d35990f4ea37"; }
|
{ device = "/dev/disk/by-uuid/027a1efb-6c4e-4c1a-9956-91c7513950b4"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue