From a0853e5f4c14ffcdc623cd8da96b22dcee69b104 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 9 Oct 2024 13:34:45 -0500 Subject: [PATCH] remove vault and add openjdk-latest. --- nixos/home/jahanson/workstation.nix | 1 - nixos/hosts/telchar/default.nix | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/nixos/home/jahanson/workstation.nix b/nixos/home/jahanson/workstation.nix index efb673a..d515504 100644 --- a/nixos/home/jahanson/workstation.nix +++ b/nixos/home/jahanson/workstation.nix @@ -56,7 +56,6 @@ with config; unstable.talosctl unstable.telegram-desktop unstable.tidal-hifi - unstable.vault # unstable.vesktop # gpu issues. Using the flatpak version solves this issue. vlc yt-dlp diff --git a/nixos/hosts/telchar/default.nix b/nixos/hosts/telchar/default.nix index 2c03288..9eb164e 100644 --- a/nixos/hosts/telchar/default.nix +++ b/nixos/hosts/telchar/default.nix @@ -29,9 +29,9 @@ ## Base config programs. programs = { # Enable Wireshark - wireshark = { - enable = true; - }; + wireshark.enable = true; + # Enable OpenJDK + java.enable = true; }; # KDE Wallet PAM integration for unlocking the default wallet on login