chore: cleanup
This commit is contained in:
parent
58439863c9
commit
c787ff3a5c
@ -36,13 +36,11 @@ in
|
|||||||
../users/patriot
|
../users/patriot
|
||||||
../users/root
|
../users/root
|
||||||
../profiles/network/networkmanager.nix
|
../profiles/network/networkmanager.nix
|
||||||
# ../profiles/network/nginx.nix
|
|
||||||
../profiles/develop
|
../profiles/develop
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
nixosPersistence
|
nixosPersistence
|
||||||
];
|
];
|
||||||
|
|
||||||
#systemd.additionalUpstreamSystemUnits = [ "tmp.mount" ];
|
|
||||||
boot = {
|
boot = {
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
@ -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 ];
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user