Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure
This commit is contained in:
commit
7e70ce23d4
7 changed files with 10 additions and 12 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
emptyDir: {}
|
||||
containers:
|
||||
- name: renovate
|
||||
image: renovate/renovate:36.107.1
|
||||
image: renovate/renovate:36.109.4
|
||||
volumeMounts:
|
||||
- name: config-volume
|
||||
mountPath: /opt/renovate/
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
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
|
||||
# last 7 days of logs, whichever happens first.
|
||||
|
|
|
@ -43,6 +43,7 @@ in
|
|||
themes.v.catppuccin.enable = true;
|
||||
programs = {
|
||||
v.vscode.enable = true;
|
||||
v.nvim.enable = true;
|
||||
|
||||
riff = {
|
||||
enable = true;
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
||||
v.nvim.enable = true;
|
||||
v.git.enable = true;
|
||||
|
||||
tmux = {
|
||||
|
|
|
@ -23,7 +23,7 @@ in {
|
|||
networking.firewall.allowedTCPPorts = [ 3900 3901 3902 ];
|
||||
|
||||
# Defines rpc_secret
|
||||
systemd.services.garage.serviceConfig.EnvironmentFile = "${vs.garage}/environment";
|
||||
systemd.services.garage.serviceConfig.EnvironmentFile = [ "${vs.garage}/environment" ];
|
||||
|
||||
services.garage = {
|
||||
enable = true;
|
||||
|
|
|
@ -16,8 +16,6 @@ in
|
|||
{
|
||||
imports = [ ];
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1t" ];
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
[
|
||||
{
|
||||
"version": "1.32.6.7557",
|
||||
"version": "1.32.7.7571",
|
||||
"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",
|
||||
"hash": "0ym2s425084l5lzpw9j1aqw2nc6f4l5vzizvpj1gicf4yp2dyk91"
|
||||
"url": "https://downloads.plex.tv/plex-media-server-new/1.32.7.7571-13cdc68dc/debian/plexmediaserver_1.32.7.7571-13cdc68dc_arm64.deb",
|
||||
"hash": "0cx3cnw8f19njdywdkfzgxy13bdnqnfdg33jb2hvqcdin7fmj08q"
|
||||
},
|
||||
{
|
||||
"version": "1.32.6.7557",
|
||||
"version": "1.32.7.7571",
|
||||
"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",
|
||||
"hash": "1jqgglyzlfzq5saa21338vn2v3x25vl24x1w17j5wq30ca7nmzdr"
|
||||
"url": "https://downloads.plex.tv/plex-media-server-new/1.32.7.7571-13cdc68dc/debian/plexmediaserver_1.32.7.7571-13cdc68dc_amd64.deb",
|
||||
"hash": "1cak9p3x5p1yh76f0zfqhvymi6r0bm877gssrl7c7y42k3984xcz"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue