mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: updated uuid
This commit is contained in:
parent
6138417bca
commit
05c8901c21
1 changed files with 3 additions and 3 deletions
|
@ -71,11 +71,11 @@ in
|
|||
in
|
||||
{
|
||||
"/" = {
|
||||
device = "/dev/disk/by-uuid/58987815-99d2-4a26-b260-529a4e78b854";
|
||||
device = "/dev/disk/by-uuid/abf85775-d233-4303-ad03-652137d0fa6f";
|
||||
fsType = "ext4";
|
||||
};
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/D39C-83F7";
|
||||
device = "/dev/disk/by-uuid/73E2-4DC1";
|
||||
fsType = "vfat";
|
||||
options = desktop.boot.options;
|
||||
};
|
||||
|
@ -85,7 +85,7 @@ in
|
|||
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
||||
|
||||
swapDevices = [
|
||||
{ device = "/dev/disk/by-uuid/f5d9890c-b341-47b0-8726-40afb645db56"; }
|
||||
{ device = "/dev/disk/by-uuid/1a8c0107-315e-427a-bc82-9e73dc3bf8f3"; }
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue