From c1fd67bd9b44d3c55eb3c86763e5e0a69a1490a4 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 12 Oct 2025 11:53:57 -0400 Subject: fix general oxo configuration --- machines/oxo/configuration.nix | 2 +- machines/oxo/git-home.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'machines') diff --git a/machines/oxo/configuration.nix b/machines/oxo/configuration.nix index ef7a84b..5dfc9e7 100644 --- a/machines/oxo/configuration.nix +++ b/machines/oxo/configuration.nix @@ -27,7 +27,7 @@ useUserPackages = true; users = { git = import ./git-home.nix; - compromyse = import ./home.nix + compromyse = import ./home.nix; }; }; } diff --git a/machines/oxo/git-home.nix b/machines/oxo/git-home.nix index ce20f9e..c2bff08 100644 --- a/machines/oxo/git-home.nix +++ b/machines/oxo/git-home.nix @@ -1,9 +1,9 @@ -{ inputs, pkgs, ... }: +{ inputs, pkgs, lib, ... }: { home = { username = "git"; - homeDirectory = "/home/git"; + homeDirectory = lib.mkForce "/home/git"; }; home.packages = with pkgs; [ -- cgit v1.2.3