Compare commits

..

2 Commits

Author SHA1 Message Date
Tom Alexander
2b54630053
Add some scripts that are helpful for configuring kubernetes. 2025-03-08 17:22:32 -05:00
Tom Alexander
84bd6be8e6
Hide the libultraship splash screen for a more authentic feel. 2025-03-01 22:53:33 -05:00
4 changed files with 14 additions and 1 deletions

View File

@ -71,6 +71,7 @@ in
alias_kd
alias_klog
decrypt_k8s_secret
ingress2gateway # Convert ingress yaml to gateway yaml
];
environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) {

View File

@ -48,6 +48,12 @@ in
};
};
}
(lib.mkIf config.me.kubernetes.enable {
environment.systemPackages = with pkgs; [
tfk8s # Converts k8s yaml manifests to terraform kubernetes_manifest.
k2tf # Converts k8s yaml manifests to terraform real types.
];
})
]
);
}

View File

@ -1,6 +1,11 @@
{
"CVars": {
"gInterpolationFPS": 60,
"gEnhancements": {
"Graphics": {
"AuthenticLogo": 1
}
},
"gSettings": {
"InternalResolution": 2.0,
"MSAAValue": 2,

View File

@ -1,9 +1,10 @@
{
"CVars": {
"gAuthenticLogo": 1,
"gInternalResolution": 2.0,
"gInterpolationFPS": 60,
"gMSAAValue": 2,
"gMatchRefreshRate": 0,
"gMatchRefreshRate": 1,
"gOnFileSelectNameEntry": 0,
"gOpenWindows": {
"modalWindowEnabled": 1