Upgrade to 22.05

This commit is contained in:
Oystein Kristoffer Tveit 2022-06-12 00:23:10 +02:00
parent 8e3f28bc31
commit 2eae0e5ebf
4 changed files with 50 additions and 54 deletions

View File

@ -2,10 +2,10 @@
description = "Mmmmmh, Spaghetti";
inputs = {
nixpkgs.url = "nixpkgs/nixos-21.11";
nixpkgs.url = "nixpkgs/nixos-22.05";
home-manager = {
url = "github:nix-community/home-manager/release-21.11";
url = "github:nix-community/home-manager/release-22.05";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -97,7 +97,7 @@
};
username = "h7x4";
homeDirectory = "/home/h7x4";
stateVersion = "21.11";
stateVersion = "22.05";
configuration = {
imports = [

View File

@ -39,7 +39,7 @@ in {
];
home = {
stateVersion = "21.11";
stateVersion = "22.05";
username = "h7x4";
homeDirectory = "/home/h7x4";
file = {

View File

@ -115,7 +115,8 @@ in {
liberation_ttf
migmix
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-emoji
open-sans
source-han-sans

View File

@ -3,6 +3,7 @@
# TODO: configure synapse to point users to coturn
services.matrix-synapse = {
enable = true;
settings = {
turn_uris = let
inherit (config.services.coturn) realm;
p = toString secrets.ports.matrix.default;
@ -53,14 +54,8 @@
];
# redis.enabled = true;
max_upload_size = "100M";
# settings = {
# };
};
};
services.redis.enable = true;