From e137e787b59ce472843c2328dfe71bc14b8dd7c0 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 15 Sep 2025 12:59:09 +0300 Subject: [PATCH] updated the username --- darwinHosts/prometheus/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/darwinHosts/prometheus/configuration.nix b/darwinHosts/prometheus/configuration.nix index dbe4c05..12d4a2d 100644 --- a/darwinHosts/prometheus/configuration.nix +++ b/darwinHosts/prometheus/configuration.nix @@ -11,10 +11,10 @@ useUserPackages = true; verbose = true; backupFileExtension = "hmbak"; - users.mac = import ../../home/home.nix { + users.osbm = import ../../home/home.nix { inherit config pkgs; - username = "mac"; - homeDirectory = "/Users/mac"; + username = "osbm"; + homeDirectory = "/Users/osbm"; stateVersion = "24.11"; enableGTK = false; enableGhostty = false; @@ -89,10 +89,10 @@ programs.fish.enable = true; # myModules.setUsers = false; - users.users.mac = { - description = "mac"; + users.users.osbm = { + description = "osbm"; shell = pkgs.fish; - home = "/Users/mac"; + home = "/Users/osbm"; }; environment.systemPackages = with pkgs; [ alacritty