mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: matrix appservices and weechat setup
This commit is contained in:
parent
468c9bc811
commit
4b0a194abb
37 changed files with 850 additions and 334 deletions
|
|
@ -43,6 +43,8 @@ _: let
|
|||
};
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/04bd322e-dca0-43b8-b588-cc0ef1b1488e";}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ _: let
|
|||
vaultwarden
|
||||
grafana-stack
|
||||
public-directory
|
||||
web-irc-client
|
||||
weechat
|
||||
]);
|
||||
|
||||
boot = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue