fix: journal getting to big
This commit is contained in:
parent
5a8184351a
commit
5125947e03
1 changed files with 9 additions and 5 deletions
|
|
@ -12,6 +12,10 @@ in
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = pubkeys.ragon.user;
|
users.users.root.openssh.authorizedKeys.keys = pubkeys.ragon.user;
|
||||||
|
|
||||||
|
services.journald.extraConfig = ''
|
||||||
|
SystemMaxUse=512M
|
||||||
|
'';
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_DK.UTF-8";
|
defaultLocale = "en_DK.UTF-8";
|
||||||
|
|
@ -31,11 +35,11 @@ in
|
||||||
trusted-users = mkDefault [ "root" "@wheel" ];
|
trusted-users = mkDefault [ "root" "@wheel" ];
|
||||||
allowed-users = mkDefault [ "root" "@wheel" ];
|
allowed-users = mkDefault [ "root" "@wheel" ];
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://nix-community.cachix.org"
|
"https://nix-community.cachix.org"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue