From f5b1802add4e610a1fe6f5a24b00fc3910c347d1 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 25 May 2024 16:25:36 +0530 Subject: update --- machines/d/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'machines/d/home.nix') diff --git a/machines/d/home.nix b/machines/d/home.nix index 623d484..da634f2 100644 --- a/machines/d/home.nix +++ b/machines/d/home.nix @@ -4,8 +4,8 @@ nixpkgs.config.allowUnfree = true; home = { - username = "docker"; - homeDirectory = "/home/docker"; + username = "compromyse"; + homeDirectory = "/home/compromyse"; }; home.packages = with pkgs; [ -- cgit v1.2.3