Compare commits
No commits in common. "2b546300538b6bee3eb888cf2c4eee7e9765f609" and "dd96520ad16420ab517c52e116cfa2b5f5899539" have entirely different histories.
2b54630053
...
dd96520ad1
@ -71,7 +71,6 @@ in
|
|||||||
alias_kd
|
alias_kd
|
||||||
alias_klog
|
alias_klog
|
||||||
decrypt_k8s_secret
|
decrypt_k8s_secret
|
||||||
ingress2gateway # Convert ingress yaml to gateway yaml
|
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) {
|
environment.persistence."/persist" = lib.mkIf (!config.me.buildingIso) {
|
||||||
|
@ -48,12 +48,6 @@ 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.
|
|
||||||
];
|
|
||||||
})
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,6 @@
|
|||||||
{
|
{
|
||||||
"CVars": {
|
"CVars": {
|
||||||
"gInterpolationFPS": 60,
|
"gInterpolationFPS": 60,
|
||||||
"gEnhancements": {
|
|
||||||
"Graphics": {
|
|
||||||
"AuthenticLogo": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"gSettings": {
|
"gSettings": {
|
||||||
"InternalResolution": 2.0,
|
"InternalResolution": 2.0,
|
||||||
"MSAAValue": 2,
|
"MSAAValue": 2,
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
{
|
{
|
||||||
"CVars": {
|
"CVars": {
|
||||||
"gAuthenticLogo": 1,
|
|
||||||
"gInternalResolution": 2.0,
|
"gInternalResolution": 2.0,
|
||||||
"gInterpolationFPS": 60,
|
"gInterpolationFPS": 60,
|
||||||
"gMSAAValue": 2,
|
"gMSAAValue": 2,
|
||||||
"gMatchRefreshRate": 1,
|
"gMatchRefreshRate": 0,
|
||||||
"gOnFileSelectNameEntry": 0,
|
"gOnFileSelectNameEntry": 0,
|
||||||
"gOpenWindows": {
|
"gOpenWindows": {
|
||||||
"modalWindowEnabled": 1
|
"modalWindowEnabled": 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user