idk it's funny

This commit is contained in:
Gerg-L 2024-05-21 17:35:17 -04:00
parent 22de7361dd
commit 4f8c86858a
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
32 changed files with 127 additions and 79 deletions

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{ config, pkgs, ... }:
{
sops.secrets.cloudflare = { };
@ -84,4 +84,5 @@ _:
func "nix-fu.com" "cc2df9163c3730f58b866409ac5a108c"
'';
};
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
#{ config, ... }:
{
# users.users = {
@ -30,5 +30,5 @@ _:
createDatabase = true;
};
};
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
{ self, ... }:
{ _file, self }:
{ lib, ... }:
{
# I manually switch this sometimes
@ -100,5 +100,5 @@
'';
};
};
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{
config,
lib,
@ -97,4 +97,5 @@ _:
${config.services.nginx.user}.extraGroups = [ "miniflux" ];
};
};
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{ pkgs, config, ... }:
{
#sops.secrets.nextcloud.owner = "nextcloud";
@ -22,5 +22,5 @@ _:
default_phone_region = "US";
};
};
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{ config, lib, ... }:
{
sops.secrets =
@ -65,5 +65,5 @@ _:
80
443
];
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{
pkgs,
config,
@ -22,5 +22,5 @@ _:
RestartSec = "30s";
};
};
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{ config, pkgs, ... }:
{
services.postgresql = {
@ -19,5 +19,5 @@ _:
settings.unix_socket_permissions = "0770";
};
#_file
inherit _file;
}

View file

@ -1,4 +1,4 @@
_:
{ _file }:
{ config, pkgs, ... }:
{
sops.secrets.searxngenv = { };
@ -36,5 +36,5 @@ _:
ui.theme_args.simple_style = "dark";
};
};
#_file
inherit _file;
}