add fleet and gitea unsecure
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{ lib, pkgs, ... }: {
|
{ lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
|
./fleet.nix
|
||||||
./utils/bento.nix
|
./utils/bento.nix
|
||||||
./utils/modules/sops.nix
|
./utils/modules/sops.nix
|
||||||
./utils/modules/lego/lego.nix
|
./utils/modules/lego/lego.nix
|
||||||
@@ -65,6 +66,7 @@
|
|||||||
ethtool # manage NIC settings (offload, NIC feeatures, ...)
|
ethtool # manage NIC settings (offload, NIC feeatures, ...)
|
||||||
tcpdump # view network traffic
|
tcpdump # view network traffic
|
||||||
conntrack-tools # view network connection states
|
conntrack-tools # view network connection states
|
||||||
|
bento
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.gc = {
|
nix.gc = {
|
||||||
|
|||||||
@@ -16,6 +16,9 @@ let
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"gitea-1.19.4"
|
||||||
|
];
|
||||||
|
|
||||||
users.users.gitea = user;
|
users.users.gitea = user;
|
||||||
users.groups.gitea = group;
|
users.groups.gitea = group;
|
||||||
|
|||||||
Reference in New Issue
Block a user