feat: added glance

This commit is contained in:
Nick 2025-05-24 02:45:00 -05:00
parent 93efd494ca
commit a0de2dba92
15 changed files with 268 additions and 64 deletions

View file

@ -67,11 +67,11 @@ in
in
{
"/" = {
device = "/dev/disk/by-uuid/6328deb2-075a-471e-8396-459921a82832";
device = "/dev/disk/by-uuid/cca4aaac-9f98-42a5-8bcc-81c7048aad84";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/6152-9BBC";
device = "/dev/disk/by-uuid/7199-F75B";
fsType = "vfat";
options = mars.boot.options;
};
@ -83,7 +83,7 @@ in
));
swapDevices = [
{ device = "/dev/disk/by-uuid/c8839bac-980b-4b24-9c36-504965acc964"; }
{ device = "/dev/disk/by-uuid/d9c787ac-9f10-41a4-8702-242922f44056"; }
];
systemd.tmpfiles.rules = [