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

@ -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.

View file

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

View file

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