add fleet and gitea unsecure
This commit is contained in:
parent
f3d64c7249
commit
d4a5d45f68
2 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
imports = [
|
||||
./fleet.nix
|
||||
./utils/bento.nix
|
||||
./utils/modules/sops.nix
|
||||
./utils/modules/lego/lego.nix
|
||||
|
|
@ -65,6 +66,7 @@
|
|||
ethtool # manage NIC settings (offload, NIC feeatures, ...)
|
||||
tcpdump # view network traffic
|
||||
conntrack-tools # view network connection states
|
||||
bento
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"gitea-1.19.4"
|
||||
];
|
||||
|
||||
users.users.gitea = user;
|
||||
users.groups.gitea = group;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue