mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
idk it's funny
This commit is contained in:
parent
22de7361dd
commit
4f8c86858a
32 changed files with 127 additions and 79 deletions
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
sops.secrets.cloudflare = { };
|
||||
|
|
@ -84,4 +84,5 @@ _:
|
|||
func "nix-fu.com" "cc2df9163c3730f58b866409ac5a108c"
|
||||
'';
|
||||
};
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
#{ config, ... }:
|
||||
{
|
||||
# users.users = {
|
||||
|
|
@ -30,5 +30,5 @@ _:
|
|||
createDatabase = true;
|
||||
};
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ self, ... }:
|
||||
{ _file, self }:
|
||||
{ lib, ... }:
|
||||
{
|
||||
# I manually switch this sometimes
|
||||
|
|
@ -100,5 +100,5 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
|
|
@ -97,4 +97,5 @@ _:
|
|||
${config.services.nginx.user}.extraGroups = [ "miniflux" ];
|
||||
};
|
||||
};
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
#sops.secrets.nextcloud.owner = "nextcloud";
|
||||
|
|
@ -22,5 +22,5 @@ _:
|
|||
default_phone_region = "US";
|
||||
};
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
sops.secrets =
|
||||
|
|
@ -65,5 +65,5 @@ _:
|
|||
80
|
||||
443
|
||||
];
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
|
|
@ -22,5 +22,5 @@ _:
|
|||
RestartSec = "30s";
|
||||
};
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.postgresql = {
|
||||
|
|
@ -19,5 +19,5 @@ _:
|
|||
|
||||
settings.unix_socket_permissions = "0770";
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
_:
|
||||
{ _file }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
sops.secrets.searxngenv = { };
|
||||
|
|
@ -36,5 +36,5 @@ _:
|
|||
ui.theme_args.simple_style = "dark";
|
||||
};
|
||||
};
|
||||
#_file
|
||||
inherit _file;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue