diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/lipwig.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/machine/lipwig.nix b/nixos/machine/lipwig.nix index 5b1a369..188a097 100644 --- a/nixos/machine/lipwig.nix +++ b/nixos/machine/lipwig.nix @@ -147,7 +147,7 @@ dbhost = "/run/postgresql"; dbtableprefix = "oc_"; }; - extraOptions = { + settings = { #log_type = "systemd"; default_phone_region = "CZ"; }; |