diff options
| author | tv <tv@krebsco.de> | 2026-04-11 02:28:07 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-04-11 02:28:38 +0200 |
| commit | 66fb98e7bbc69b791b628cecfb25b4a82c1d6ab5 (patch) | |
| tree | 8d4348ed73d16ddb8e6cc33b7cfd927fe3976413 | |
| parent | e2c09609b2eb22bd23ccfe2056d9f64e750faa00 (diff) | |
querel: fix spacing errors
| -rw-r--r-- | systems/querel/config.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/querel/config.nix b/systems/querel/config.nix index 8e97350..b68735b 100644 --- a/systems/querel/config.nix +++ b/systems/querel/config.nix @@ -1,6 +1,6 @@ { config, lib, pkgs, ... }: { imports = [ - ../../configs/retiolum.nix + ../../configs/retiolum.nix ]; krebs.build.host = config.krebs.hosts.querel; |
