chore: quick push

This commit is contained in:
Nick 2025-03-09 19:37:13 -05:00
parent f3ed254c00
commit b936cfeed6
15 changed files with 190 additions and 14 deletions

View file

@ -71,11 +71,11 @@ in
in
{
"/" = {
device = "/dev/disk/by-uuid/57e88a48-00eb-46ca-9e2a-855de7e066b2";
device = "/dev/disk/by-uuid/1de87c26-c123-44c0-9c9b-6d2480bdeb7d";
fsType = "ext4";
};
"/boot" = {
device = "/dev/disk/by-uuid/F095-17B7";
device = "/dev/disk/by-uuid/6A1F-3641";
fsType = "vfat";
options = mars.boot.options;
};
@ -85,7 +85,7 @@ in
// (builtins.listToAttrs (map sambaMounts sambaDrives));
swapDevices = [
{ device = "/dev/disk/by-uuid/56c84b5e-83b4-4ea1-b6ec-a29fc057292d"; }
{ device = "/dev/disk/by-uuid/8b1d43a7-baf8-4d15-a1ad-dc0c9dda6970"; }
];
systemd.tmpfiles.rules = [

View file

@ -23,7 +23,7 @@ in
3131 # Deskreen
1234 # Elm-land server
5037 # ADB Server
52006
44363
];
};
};