mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: misc, matrix fix
This commit is contained in:
parent
28ee21b60b
commit
83317bfa8d
17 changed files with 449 additions and 171 deletions
|
|
@ -16,6 +16,8 @@ _: let
|
|||
])
|
||||
++ (with tree.nixos.servers; [
|
||||
weechat
|
||||
matrix
|
||||
postgres
|
||||
web
|
||||
]);
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue