add alejandra formatter
This commit is contained in:
parent
9b3cc59d74
commit
806b00f634
39
flake.nix
39
flake.nix
|
@ -28,38 +28,37 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs =
|
outputs = flakes @ {
|
||||||
flakes@{ self
|
self,
|
||||||
, nixpkgs
|
nixpkgs,
|
||||||
, unstable
|
unstable,
|
||||||
, home-manager
|
home-manager,
|
||||||
, impermanence
|
impermanence,
|
||||||
, flake-utils
|
flake-utils,
|
||||||
, vpsadminos
|
vpsadminos,
|
||||||
, homepage
|
homepage,
|
||||||
, conduwuit
|
conduwuit,
|
||||||
, mediawikiSkinCitizen
|
mediawikiSkinCitizen,
|
||||||
}:
|
}: let
|
||||||
let
|
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
||||||
pkgs = importPkgs nixpkgs;
|
pkgs = importPkgs nixpkgs;
|
||||||
|
|
||||||
importPkgs = flake: import flake {
|
importPkgs = flake:
|
||||||
|
import flake {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
||||||
config = import ./pkgs/config nixpkgs.lib;
|
config = import ./pkgs/config nixpkgs.lib;
|
||||||
overlays = [ self.overlays.default ];
|
overlays = [self.overlays.default];
|
||||||
};
|
};
|
||||||
|
|
||||||
local = import ./pkgs;
|
local = import ./pkgs;
|
||||||
in
|
in
|
||||||
with pkgs.lib; {
|
with pkgs.lib; {
|
||||||
formatter.${system} = pkgs.nixpkgs-fmt;
|
formatter.${system} = pkgs.alejandra;
|
||||||
packages.${system} = pkgs.local;
|
packages.${system} = pkgs.local;
|
||||||
|
|
||||||
overlays.default = final: prev:
|
overlays.default = final: prev: let
|
||||||
let
|
|
||||||
locals = local {
|
locals = local {
|
||||||
inherit final prev flakes;
|
inherit final prev flakes;
|
||||||
};
|
};
|
||||||
|
@ -67,7 +66,8 @@
|
||||||
{
|
{
|
||||||
local = locals;
|
local = locals;
|
||||||
unstable = importPkgs unstable;
|
unstable = importPkgs unstable;
|
||||||
} // locals.override;
|
}
|
||||||
|
// locals.override;
|
||||||
|
|
||||||
nixosConfigurations.vps = makeOverridable nixpkgs.lib.nixosSystem {
|
nixosConfigurations.vps = makeOverridable nixpkgs.lib.nixosSystem {
|
||||||
inherit pkgs system;
|
inherit pkgs system;
|
||||||
|
@ -80,4 +80,3 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
lib: { }
|
lib: {}
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
{ final, prev, flakes }: {
|
{
|
||||||
|
final,
|
||||||
|
prev,
|
||||||
|
flakes,
|
||||||
|
}: {
|
||||||
homepage = flakes.homepage.packages.${final.system}.default;
|
homepage = flakes.homepage.packages.${final.system}.default;
|
||||||
|
|
||||||
override = { };
|
override = {};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
{ config, pkgs, lib, flakes, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
flakes,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
flakes.vpsadminos.nixosConfigurations.container
|
flakes.vpsadminos.nixosConfigurations.container
|
||||||
flakes.home-manager.nixosModules.home-manager
|
flakes.home-manager.nixosModules.home-manager
|
||||||
|
@ -22,7 +27,7 @@ with lib;
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
||||||
extraSpecialArgs = { inherit flakes; };
|
extraSpecialArgs = {inherit flakes;};
|
||||||
|
|
||||||
users.fabian = {
|
users.fabian = {
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -56,8 +61,8 @@ with lib;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
group = "fabian";
|
group = "fabian";
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
extraGroups = [ "users" "wheel" "networkmanager" "dialout" "libvirtd" ];
|
extraGroups = ["users" "wheel" "networkmanager" "dialout" "libvirtd"];
|
||||||
openssh.authorizedKeys.keyFiles = [ ../pki/fabian.pub ];
|
openssh.authorizedKeys.keyFiles = [../pki/fabian.pub];
|
||||||
};
|
};
|
||||||
groups.fabian.gid = 1000;
|
groups.fabian.gid = 1000;
|
||||||
};
|
};
|
||||||
|
@ -75,13 +80,13 @@ with lib;
|
||||||
"/mnt/export2008" = {
|
"/mnt/export2008" = {
|
||||||
device = "172.16.129.19:/nas/5876";
|
device = "172.16.129.19:/nas/5876";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "nofail" "noatime" ];
|
options = ["nofail" "noatime"];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/mnt/export2011" = {
|
"/mnt/export2011" = {
|
||||||
device = "172.16.129.151:/nas/5876/bepasty";
|
device = "172.16.129.151:/nas/5876/bepasty";
|
||||||
fsType = "nfs";
|
fsType = "nfs";
|
||||||
options = [ "nofail" "noatime" "noexec" ];
|
options = ["nofail" "noatime" "noexec"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
programs = {
|
programs = {
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -13,8 +16,7 @@ with lib;
|
||||||
};
|
};
|
||||||
neovim.enable = true;
|
neovim.enable = true;
|
||||||
};
|
};
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs; [
|
||||||
[
|
|
||||||
file
|
file
|
||||||
htop
|
htop
|
||||||
killall
|
killall
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
{ config, pkgs, lib, flakes, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
flakes,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
./cli.nix
|
./cli.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts."send.posixlycorrect.com" = {
|
virtualHosts."send.posixlycorrect.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
@ -14,7 +16,6 @@ with lib;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:8989";
|
proxyPass = "http://127.0.0.1:8989";
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
{ config, pkgs, lib, flakes, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
lib,
|
||||||
|
flakes,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
imports = [
|
imports = [
|
||||||
./net.nix
|
./net.nix
|
||||||
./mediawiki.nix
|
./mediawiki.nix
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
config = {
|
config = {
|
||||||
environment.etc."fail2ban/filter.d/gitea.local".text = ''
|
environment.etc."fail2ban/filter.d/gitea.local".text = ''
|
||||||
[Definition]
|
[Definition]
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts."stream.posixlycorrect.com" = {
|
virtualHosts."stream.posixlycorrect.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
services = {
|
services = {
|
||||||
|
|
||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts."meet.posixlycorrect.com" = {
|
virtualHosts."meet.posixlycorrect.com" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
@ -22,7 +23,6 @@ with lib;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
jitsi-meet = {
|
jitsi-meet = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "meet.posixlycorrect.com";
|
hostName = "meet.posixlycorrect.com";
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
services = {
|
services = {
|
||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts."status.posixlycorrect.com" = {
|
virtualHosts."status.posixlycorrect.com" = {
|
||||||
|
|
|
@ -1,10 +1,14 @@
|
||||||
{ lib, pkgs, config, flakes, ... }:
|
{
|
||||||
with lib;
|
lib,
|
||||||
let
|
pkgs,
|
||||||
|
config,
|
||||||
|
flakes,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; let
|
||||||
subdomain = "matrix.posixlycorrect.com";
|
subdomain = "matrix.posixlycorrect.com";
|
||||||
baseUrl = "https://${subdomain}";
|
baseUrl = "https://${subdomain}";
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
# ver https://nixos.org/manual/nixos/stable/#module-services-matrix
|
# ver https://nixos.org/manual/nixos/stable/#module-services-matrix
|
||||||
services = {
|
services = {
|
||||||
matrix-conduit = {
|
matrix-conduit = {
|
||||||
|
@ -23,8 +27,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nginx.virtualHosts =
|
nginx.virtualHosts = let
|
||||||
let
|
|
||||||
clientConfig."m.homeserver".base_url = baseUrl;
|
clientConfig."m.homeserver".base_url = baseUrl;
|
||||||
serverConfig."m.server" = "${subdomain}:443";
|
serverConfig."m.server" = "${subdomain}:443";
|
||||||
mkWellKnown = data: ''
|
mkWellKnown = data: ''
|
||||||
|
@ -32,8 +35,7 @@ in
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
return 200 '${builtins.toJSON data}';
|
return 200 '${builtins.toJSON data}';
|
||||||
'';
|
'';
|
||||||
in
|
in {
|
||||||
{
|
|
||||||
"posixlycorrect.com" = {
|
"posixlycorrect.com" = {
|
||||||
locations."= /.well-known/matrix/server".extraConfig = mkWellKnown serverConfig;
|
locations."= /.well-known/matrix/server".extraConfig = mkWellKnown serverConfig;
|
||||||
locations."= /.well-known/matrix/client".extraConfig = mkWellKnown clientConfig;
|
locations."= /.well-known/matrix/client".extraConfig = mkWellKnown clientConfig;
|
||||||
|
@ -50,10 +52,7 @@ in
|
||||||
'';
|
'';
|
||||||
locations."/_matrix".proxyPass = "http://[::1]:6167";
|
locations."/_matrix".proxyPass = "http://[::1]:6167";
|
||||||
locations."/_synapse/client".proxyPass = "http://[::1]:6167";
|
locations."/_synapse/client".proxyPass = "http://[::1]:6167";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
{ lib, pkgs, flakes, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
flakes,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
services = {
|
services = {
|
||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts."wiki.posixlycorrect.com" = {
|
virtualHosts."wiki.posixlycorrect.com" = {
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
users.groups = {
|
users.groups = {
|
||||||
mailsenders = {
|
mailsenders = {
|
||||||
members = [ "fabian" "mediawiki" ];
|
members = ["fabian" "mediawiki"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
{ lib, pkgs, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
networking = {
|
networking = {
|
||||||
nftables.enable = true;
|
nftables.enable = true;
|
||||||
firewall = {
|
firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 443 ];
|
allowedTCPPorts = [80 443];
|
||||||
};
|
};
|
||||||
domain = "posixlycorrect.com";
|
domain = "posixlycorrect.com";
|
||||||
};
|
};
|
||||||
|
@ -36,7 +39,7 @@ with lib;
|
||||||
fail2ban = {
|
fail2ban = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bantime = "10m";
|
bantime = "10m";
|
||||||
ignoreIP = [ "37.205.12.34" ]; # Never ban the server's own IP
|
ignoreIP = ["37.205.12.34"]; # Never ban the server's own IP
|
||||||
bantime-increment = {
|
bantime-increment = {
|
||||||
enable = true;
|
enable = true;
|
||||||
formula = "ban.Time * math.exp(float(ban.Count+1)*banFactor)/math.exp(1*banFactor)";
|
formula = "ban.Time * math.exp(float(ban.Count+1)*banFactor)/math.exp(1*banFactor)";
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
with lib;
|
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
with lib; {
|
||||||
services = {
|
services = {
|
||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts."vault.posixlycorrect.com" = {
|
virtualHosts."vault.posixlycorrect.com" = {
|
||||||
|
@ -17,11 +20,13 @@ with lib;
|
||||||
#fail2ban.jails.gitea.settings = { };
|
#fail2ban.jails.gitea.settings = { };
|
||||||
|
|
||||||
postgresql = {
|
postgresql = {
|
||||||
ensureDatabases = [ "vaultwarden" ];
|
ensureDatabases = ["vaultwarden"];
|
||||||
ensureUsers = [{
|
ensureUsers = [
|
||||||
|
{
|
||||||
name = "vaultwarden";
|
name = "vaultwarden";
|
||||||
ensureDBOwnership = true;
|
ensureDBOwnership = true;
|
||||||
}];
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
vaultwarden = {
|
vaultwarden = {
|
||||||
|
|
Reference in a new issue