Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure
All checks were successful
Lint / lint (push) Successful in 1m32s
Plex Update / update (push) Successful in 1m32s

This commit is contained in:
Vivian 2023-10-04 20:19:57 +02:00
commit 6218223426
7 changed files with 10 additions and 12 deletions

View file

@ -19,7 +19,7 @@ spec:
emptyDir: {} emptyDir: {}
containers: containers:
- name: renovate - name: renovate
image: renovate/renovate:36.107.1 image: renovate/renovate:36.109.4
volumeMounts: volumeMounts:
- name: config-volume - name: config-volume
mountPath: /opt/renovate/ mountPath: /opt/renovate/

View file

@ -75,7 +75,7 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = nixpkgs.config.permittedInsecurePackages =
[ "nodejs-16.20.1" "nodejs-14.21.3" "openssl-1.1.1t" "nodejs-16.20.0" "openssl-1.1.1u" "openssl-1.1.1v" ]; [ "nodejs-16.20.2" "nodejs-14.21.3" "openssl-1.1.1w" ];
# Limit the systemd journal to 100 MB of disk or the # Limit the systemd journal to 100 MB of disk or the
# last 7 days of logs, whichever happens first. # last 7 days of logs, whichever happens first.

View file

@ -43,6 +43,7 @@ in
themes.v.catppuccin.enable = true; themes.v.catppuccin.enable = true;
programs = { programs = {
v.vscode.enable = true; v.vscode.enable = true;
v.nvim.enable = true;
riff = { riff = {
enable = true; enable = true;

View file

@ -26,7 +26,6 @@
programs = { programs = {
home-manager.enable = true; home-manager.enable = true;
v.nvim.enable = true;
v.git.enable = true; v.git.enable = true;
tmux = { tmux = {

View file

@ -23,7 +23,7 @@ in {
networking.firewall.allowedTCPPorts = [ 3900 3901 3902 ]; networking.firewall.allowedTCPPorts = [ 3900 3901 3902 ];
# Defines rpc_secret # Defines rpc_secret
systemd.services.garage.serviceConfig.EnvironmentFile = "${vs.garage}/environment"; systemd.services.garage.serviceConfig.EnvironmentFile = [ "${vs.garage}/environment" ];
services.garage = { services.garage = {
enable = true; enable = true;

View file

@ -16,8 +16,6 @@ in
{ {
imports = [ ]; imports = [ ];
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" ];
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions # settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave # on your system were taken. Its perfectly fine and recommended to leave

View file

@ -1,14 +1,14 @@
[ [
{ {
"version": "1.32.6.7557", "version": "1.32.7.7571",
"platform": "aarch64-linux", "platform": "aarch64-linux",
"url": "https://downloads.plex.tv/plex-media-server-new/1.32.6.7557-1cf77d501/debian/plexmediaserver_1.32.6.7557-1cf77d501_arm64.deb", "url": "https://downloads.plex.tv/plex-media-server-new/1.32.7.7571-13cdc68dc/debian/plexmediaserver_1.32.7.7571-13cdc68dc_arm64.deb",
"hash": "0ym2s425084l5lzpw9j1aqw2nc6f4l5vzizvpj1gicf4yp2dyk91" "hash": "0cx3cnw8f19njdywdkfzgxy13bdnqnfdg33jb2hvqcdin7fmj08q"
}, },
{ {
"version": "1.32.6.7557", "version": "1.32.7.7571",
"platform": "x86_64-linux", "platform": "x86_64-linux",
"url": "https://downloads.plex.tv/plex-media-server-new/1.32.6.7557-1cf77d501/debian/plexmediaserver_1.32.6.7557-1cf77d501_amd64.deb", "url": "https://downloads.plex.tv/plex-media-server-new/1.32.7.7571-13cdc68dc/debian/plexmediaserver_1.32.7.7571-13cdc68dc_amd64.deb",
"hash": "1jqgglyzlfzq5saa21338vn2v3x25vl24x1w17j5wq30ca7nmzdr" "hash": "1cak9p3x5p1yh76f0zfqhvymi6r0bm877gssrl7c7y42k3984xcz"
} }
] ]