Ignore lid on eirene
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -9,14 +9,6 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
k9s = prev.k9s.overrideAttrs (oldAttrs: {
|
||||
patches = oldAttrs.patches or [ ] ++ [ ./remove-splash.patch ];
|
||||
});
|
||||
})
|
||||
];
|
||||
|
||||
environment.persistence = {
|
||||
"/persist"."${home}/.kube" = { };
|
||||
"/cache"."${home}/.kube/cache" = { };
|
||||
@@ -43,6 +35,7 @@
|
||||
ui = {
|
||||
skin = "matugen";
|
||||
logoless = true;
|
||||
splashless = true;
|
||||
reactive = true;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user