From da037f476f6a5b2dd97310ebb2571f0bd8ca8c1f Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 7 Jun 2026 18:14:03 +0200 Subject: [PATCH] fix --- modules/nixos/system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/system/default.nix b/modules/nixos/system/default.nix index ee79a49..69baa7f 100644 --- a/modules/nixos/system/default.nix +++ b/modules/nixos/system/default.nix @@ -1,4 +1,4 @@ -{ ... }: { +{ config, ... }: { imports = [ ./dbus ./fonts ./hw ./locale ./network ./nix ./security ./xdg ]; services.journald.extraConfig = ''