diff options
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index d1b1b0ce..440829bb 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
@@ -256,6 +256,7 @@ with lib; | |||
256 | }; | 256 | }; |
257 | } | 257 | } |
258 | ]; | 258 | ]; |
259 | limits_config.allow_structured_metadata = false; | ||
259 | }; | 260 | }; |
260 | }; | 261 | }; |
261 | systemd.services.loki = { | 262 | systemd.services.loki = { |
@@ -376,6 +377,7 @@ with lib; | |||
376 | 377 | ||
377 | environment.systemPackages = with pkgs; [iotop vmtouch]; | 378 | environment.systemPackages = with pkgs; [iotop vmtouch]; |
378 | 379 | ||
380 | systemd.sysusers.enable = false; | ||
379 | system.stateVersion = "21.05"; | 381 | system.stateVersion = "21.05"; |
380 | }; | 382 | }; |
381 | } | 383 | } |