feat: misc, matrix fix

This commit is contained in:
Kat Inskip 2024-10-18 16:01:54 -04:00
parent 28ee21b60b
commit 83317bfa8d
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
17 changed files with 449 additions and 171 deletions

View file

@ -16,6 +16,8 @@ _: let
])
++ (with tree.nixos.servers; [
weechat
matrix
postgres
web
]);

View file

@ -17,7 +17,6 @@ _: let
++ (with tree.nixos.servers; [
web
postgres
matrix
public-directory
]);
@ -37,6 +36,7 @@ _: let
fileSystems."/" = {
device = "/dev/disk/by-uuid/5db295ec-a933-4395-b918-ebef6f95d8c3";
fsType = "ext4";
autoResize = true;
};
swapDevices = [];