feat: added eris

This commit is contained in:
Nick 2025-10-24 20:52:04 -05:00
parent 74f9c483ad
commit 090e4770d2
7 changed files with 40 additions and 30 deletions

View file

@ -34,7 +34,7 @@
loader = {
efi = {
canTouchEfiVariables = true;
canTouchEfiVariables = false;
efiSysMountPoint = "/boot";
};
systemd-boot.enable = true;

View file

@ -1,17 +1,17 @@
{
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/de4e681b-0667-4bf8-8d6e-c50894aa41cd";
device = "/dev/disk/by-uuid/df2d42e7-e91c-4525-a8d9-80aa0897b1be";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/C68D-B1C0";
device = "/dev/disk/by-uuid/B645-7527";
fsType = "vfat";
};
};
swapDevices = [
{ device = "/dev/disk/by-uuid/259fcc06-912c-4bd3-b781-8f77449e935a"; }
{ device = "/dev/disk/by-uuid/9a2e032d-8627-49cf-8f3f-8fdf2be5fed4"; }
];
services.udisks2.enable = true;