Compare commits

..

No commits in common. "5ba24ad7c35213fd084d2268d219c1ee8690667b" and "c13ca9796535d58f3999c2199565975c948cc7ed" have entirely different histories.

6 changed files with 6 additions and 40 deletions

View file

@ -21,9 +21,6 @@
# Activate nix flakes. # Activate nix flakes.
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Use Lix
nix.package = pkgs.lix;
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";

View file

@ -42,11 +42,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720553833, "lastModified": 1719838683,
"narHash": "sha256-IXMiHQMtdShDXcBW95ctA+m5Oq2kLxnBt7WlMxvDQXA=", "narHash": "sha256-Zw9rQjHz1ilNIimEXFeVa1ERNRBF8DoXDhLAZq5B4pE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "249fbde2a178a2ea2638b65b9ecebd531b338cf9", "rev": "d032c1a6dfad4eedec7e35e91986becc699d7d69",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -58,11 +58,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1720657034, "lastModified": 1719826879,
"narHash": "sha256-nPhbeFdyN8yn+EXmnPcBWisoypndtQbNIhSKmAinv3E=", "narHash": "sha256-xs7PlULe8O1SAcs/9e/HOjeUjBrU5FNtkAF/bSEcFto=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "212defe037698e18fc9521dfe451779a8979844c", "rev": "b9014df496d5b68bf7c0145d0e9b0f529ce4f2a8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -21,7 +21,6 @@ in
./imap.nix ./imap.nix
./web-misc.nix ./web-misc.nix
./miniflux.nix ./miniflux.nix
./convos.nix
]; ];
nixpkgs.overlays = [ nixpkgs.overlays = [

View file

@ -1,21 +0,0 @@
{ config, lib, pkgs, ... }:
{
# services.convos = {
# enable = true;
# reverseProxy = true;
# };
# services.nginx.virtualHosts."convos.isomorphis.me" = {
# enableACME = true;
# forceSSL = true;
# locations."/" = {
# proxyPass = "http://localhost:3000";
# proxyWebsockets = true;
# };
# extraConfig = ''
# client_max_body_size 0;
# proxy_set_header X-Request-Base "$scheme://$host/";
# '';
# };
}

View file

@ -37,12 +37,4 @@
]; ];
group = config.services.dovecot2.group; group = config.services.dovecot2.group;
}; };
# XXX *shrug*
services.cron = {
enable = true;
systemCronJobs = [
"0 2 * * * root systemctl restart dovecot2.service"
];
};
} }

View file

@ -25,7 +25,6 @@
{ num = 51413; proto = "udp"; } { num = 51413; proto = "udp"; }
# mosh # mosh
# see ad-hoc config in oven/configuration.nix # see ad-hoc config in oven/configuration.nix
# (60000:61000)
# Headscale RPC # Headscale RPC
{ num = 50443; proto = "tcp"; } { num = 50443; proto = "tcp"; }
# SMTP # SMTP