mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: updated uuids
This commit is contained in:
parent
1635b0c845
commit
4d5782622f
1 changed files with 3 additions and 3 deletions
|
@ -71,11 +71,11 @@ in
|
|||
in
|
||||
{
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/f63ce470-874a-4d2f-9494-31a15ca39f7f";
|
||||
device = "/dev/disk/by-uuid/34f4de2e-9c3e-4c0c-8a86-7194ff336ea1";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/D29F-080E";
|
||||
device = "/dev/disk/by-uuid/2522-F5A5";
|
||||
fsType = "vfat";
|
||||
options = desktop.boot.options;
|
||||
};
|
||||
|
@ -85,7 +85,7 @@ in
|
|||
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-uuid/e3724d5e-9aba-4a32-9d89-c2117b1ed044"; }
|
||||
{ device = "/dev/disk/by-uuid/ed943172-c759-4fe5-8d03-4d1da85457f9"; }
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue