From e325d82f3448e0e8c7b7c32b8056c4f53ce433b4 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 14 Apr 2024 21:42:01 +0200 Subject: [PATCH] Fix WM --- systems/iriy/cfg.nix | 2 +- systems/sandbox/cfg.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/iriy/cfg.nix b/systems/iriy/cfg.nix index 7c968a4..b39b4d2 100644 --- a/systems/iriy/cfg.nix +++ b/systems/iriy/cfg.nix @@ -2,9 +2,9 @@ syscfg = { hostname = "iriy"; defaultUser = "sora"; - wm = "-"; users = [{ username = "sora"; + wm = "-"; git = { email = "soraefir+git@helcel"; username = "soraefir"; diff --git a/systems/sandbox/cfg.nix b/systems/sandbox/cfg.nix index b12a356..73d6562 100644 --- a/systems/sandbox/cfg.nix +++ b/systems/sandbox/cfg.nix @@ -2,9 +2,9 @@ syscfg = { hostname = "sandbox"; defaultUser = "sora"; - wm = "-"; users = [{ username = "sora"; + wm = "-"; git = { email = "soraefir+git@helcel"; username = "soraefir";