fix - rke2 metallb open

This commit is contained in:
2025-04-08 10:03:24 -04:00
parent c3a947ff02
commit b5d767ccee
2 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, namespace, ... }:
{ lib, config, namespace, ... }:
let
inherit (lib.${namespace}) enabled;
in
@@ -12,7 +12,6 @@ in
};
services = {
ssh-agent = enabled;
# TODO
# sops = {
# enable = true;
@@ -25,11 +24,6 @@ in
graphical = {
ghostty = enabled;
ghidra = enabled;
browsers.firefox = {
enable = true;
gpuAcceleration = true;
hardwareDecoding = true;
};
};
terminal = {