add sysbox
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(import ./utils/overlays/packages.nix)
|
||||
];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
];
|
||||
@@ -57,6 +61,7 @@
|
||||
ethtool # manage NIC settings (offload, NIC feeatures, ...)
|
||||
tcpdump # view network traffic
|
||||
conntrack-tools # view network connection states
|
||||
sysbox
|
||||
];
|
||||
|
||||
nix.gc = {
|
||||
|
||||
@@ -69,8 +69,6 @@ in
|
||||
"/var/lib/gitea:/data"
|
||||
"/etc/gitea/app.ini:/data/custom/conf/app.ini:ro"
|
||||
"/var/lib/acme/git.cloonar.com:/ssl:ro"
|
||||
"/etc/timezone:/etc/timezone:ro"
|
||||
"/etc/localtime:/etc/localtime:ro"
|
||||
];
|
||||
environment = {
|
||||
USER_UID = builtins.toString config.users.users.gitea.uid;
|
||||
|
||||
@@ -29,11 +29,5 @@
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
'';
|
||||
};
|
||||
|
||||
# networking.firewall = {
|
||||
# allowedUDPPorts = [
|
||||
# 5683 # shelly coiot
|
||||
# ];
|
||||
# };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user