chore: cleanup

This commit is contained in:
dusk 2021-04-21 00:58:30 +03:00
parent 58439863c9
commit c787ff3a5c
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 0 additions and 37 deletions

View File

@ -36,13 +36,11 @@ in
../users/patriot
../users/root
../profiles/network/networkmanager.nix
# ../profiles/network/nginx.nix
../profiles/develop
(modulesPath + "/installer/scan/not-detected.nix")
nixosPersistence
];
#systemd.additionalUpstreamSystemUnits = [ "tmp.mount" ];
boot = {
loader = {
efi.canTouchEfiVariables = true;

View File

@ -1,35 +0,0 @@
{ ... }: {
# services.nginx = {
# enable = true;
# enableReload = true;
# statusPage = true;
# recommendedGzipSettings = true;
# recommendedOptimisation = true;
# recommendedProxySettings = true;
# recommendedTlsSettings = true;
# virtualHosts."yusdacras-host.ydns.eu" = {
# # addSSL = true;
# # enableACME = true;
# listen = [
# { addr = "0.0.0.0"; port = 8080; }
# { addr = "[::]"; port = 8080; }
# # { addr = "0.0.0.0"; port = 8081; ssl = true; }
# ];
# locations = {
# "/matrix" = { proxyPass = "http://localhost:8000"; };
# "/page" = {
# root = "/var/www/yusdacras-host";
# };
# };
# };
# };
# security.acme = {
# acceptTerms = true;
# certs = {
# "yusdacras-host.ydns.eu".email = "y.bera003.06@protonmail.com";
# };
# };
# networking.firewall.allowedTCPPorts = [ 8000 8448 ];
}