Formatted
This commit is contained in:
parent
d73191e526
commit
fbfa70195b
63 changed files with 906 additions and 899 deletions
|
@ -5,17 +5,17 @@
|
|||
enable = true;
|
||||
virtualHosts = {
|
||||
"https://git.huwe.mooo.com" = {
|
||||
extraConfig = "reverse_proxy localhost:3000";
|
||||
extraConfig = "reverse_proxy localhost:3000";
|
||||
};
|
||||
"https://files.huwe.mooo.com" = {
|
||||
extraConfig = ''
|
||||
root * /var/www/file_server
|
||||
file_server
|
||||
|
||||
'';
|
||||
'';
|
||||
};
|
||||
"https://cal.huwe.mooo.com" = {
|
||||
extraConfig = "reverse_proxy localhost:5232";
|
||||
extraConfig = "reverse_proxy localhost:5232";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# mergerfs
|
||||
# ];
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# mergerfs
|
||||
# ];
|
||||
|
||||
fileSystems."/mnt/data" = {
|
||||
device = "/dev/disk/by-id/wwn-0x500a0751e6b6c60f-part1";
|
||||
fsType = "btrfs";
|
||||
options = [" noatime=true compress=zstd:12 "];
|
||||
options = [ " noatime=true compress=zstd:12 " ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
package = pkgs.forgejo;
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
{
|
||||
imports =
|
||||
[ (modulesPath + "/installer/scan/not-detected.nix")
|
||||
[
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" ];
|
||||
|
|
|
@ -6,10 +6,10 @@
|
|||
settings = {
|
||||
db = {
|
||||
user = lib.mkForce "invidious";
|
||||
# password = lib.mkForce "invidious";
|
||||
# host = lib.mkForce "localhost";
|
||||
# port = 5432;
|
||||
# dbname = lib.mkForce "invidious";
|
||||
# password = lib.mkForce "invidious";
|
||||
# host = lib.mkForce "localhost";
|
||||
# port = 5432;
|
||||
# dbname = lib.mkForce "invidious";
|
||||
};
|
||||
popular_enabled = false;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ...}:
|
||||
{ ... }:
|
||||
{
|
||||
services.minecraft-server = {
|
||||
eula = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue