project-wide: nixdirfmt

This commit is contained in:
kat witch 2021-05-05 15:05:48 +01:00
parent e0764a44a4
commit 1ff53944f1
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
10 changed files with 35 additions and 49 deletions

View file

@ -1,8 +1,14 @@
{ config, lib, pkgs, ... }:
{
katnet.public.udp.ranges = [ { from=60000; to=61000; }];
katnet.private.udp.ranges = [ { from=60000; to=61000; }];
katnet.public.udp.ranges = [{
from = 60000;
to = 61000;
}];
katnet.private.udp.ranges = [{
from = 60000;
to = 61000;
}];
services.openssh = {
enable = true;