Compare commits
1 commit
ff3eda5e03
...
dd7c4fe0a3
| Author | SHA1 | Date | |
|---|---|---|---|
| dd7c4fe0a3 |
6 changed files with 7 additions and 8 deletions
|
|
@ -8,7 +8,7 @@
|
|||
wget
|
||||
curl
|
||||
git
|
||||
fastfetch
|
||||
neofetch
|
||||
tealdeer
|
||||
|
||||
pdfgrep
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
home.packages = with pkgs; [
|
||||
jetbrains.idea
|
||||
teams-for-linux
|
||||
engrampa
|
||||
mate.engrampa
|
||||
zotero
|
||||
deezer-enhanced
|
||||
];
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ in {
|
|||
services.netbird.useRoutingFeatures = lib.mkDefault "server";
|
||||
virtualisation.oci-containers.containers = {
|
||||
netbird-dashboard = {
|
||||
image = "netbirdio/dashboard:v2.90.0";
|
||||
image = "netbirdio/dashboard:v2.80.0";
|
||||
autoStart = true;
|
||||
networks = [
|
||||
"traefik"
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.oci-containers.containers = {
|
||||
traefik = {
|
||||
image = "traefik:v3.7.5@sha256:e4d98158c01ad752fc1071d4e9573788747230d902cdde00a772516e692d07c9";
|
||||
image = "traefik:v3.7.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257";
|
||||
cmd = [
|
||||
"--providers.docker=true"
|
||||
"--providers.docker.exposedByDefault=false"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.oci-containers.containers = {
|
||||
traefik = {
|
||||
image = "traefik:v3.7.5@sha256:e4d98158c01ad752fc1071d4e9573788747230d902cdde00a772516e692d07c9";
|
||||
image = "traefik:v3.7.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257";
|
||||
cmd = [
|
||||
"--providers.docker=true"
|
||||
"--providers.docker.endpoint=http://docker-socket-proxy:2375"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:best-practices"],
|
||||
"prHourlyLimit": 0,
|
||||
"packageRules": [
|
||||
{
|
||||
|
|
@ -15,8 +14,8 @@
|
|||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"managerFilePatterns": [
|
||||
"/.+\\.nix$/"
|
||||
"fileMatch": [
|
||||
".+\\.nix$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"\\s+image\\s+=\\s+\"(?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:[a-z0-9]{64}))?\""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue