feat: new system

This commit is contained in:
Nick 2025-01-11 01:37:11 -06:00
parent 6c31034b45
commit 66f5917693
3 changed files with 36 additions and 37 deletions

View file

@ -75,11 +75,11 @@ in {
in
{
"/" = {
device = "/dev/disk/by-uuid/a465cd69-1cdc-47f8-93ca-cfdfee28adfe";
device = "/dev/disk/by-uuid/f63ce470-874a-4d2f-9494-31a15ca39f7f";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/AEB2-681E";
device = "/dev/disk/by-uuid/D29F-080E";
fsType = "vfat";
options = desktop.boot.options;
};
@ -89,7 +89,7 @@ in {
// (builtins.listToAttrs (map sambaMounts sambaDrives));
swapDevices = [
{device = "/dev/disk/by-uuid/1c787018-5bea-48b5-973c-dafd54159ee1";}
{device = "/dev/disk/by-uuid/e3724d5e-9aba-4a32-9d89-c2117b1ed044";}
];
systemd.tmpfiles.rules = [