fix - rke2 metallb open
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user