mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: updated uuids
This commit is contained in:
parent
33da001923
commit
e7cac64fb7
1 changed files with 3 additions and 3 deletions
|
@ -71,11 +71,11 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "/dev/disk/by-uuid/34f4de2e-9c3e-4c0c-8a86-7194ff336ea1";
|
device = "/dev/disk/by-uuid/5c416d6a-9c2b-4b0c-9e0e-9bb3bf56a863";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/2522-F5A5";
|
device = "/dev/disk/by-uuid/B1B8-E776";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
options = desktop.boot.options;
|
options = desktop.boot.options;
|
||||||
};
|
};
|
||||||
|
@ -85,7 +85,7 @@ in
|
||||||
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
// (builtins.listToAttrs (map sambaMounts sambaDrives));
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{ device = "/dev/disk/by-uuid/ed943172-c759-4fe5-8d03-4d1da85457f9"; }
|
{ device = "/dev/disk/by-uuid/644ad843-337d-429f-abb8-2423c8ed111e"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue