diff --git a/configuration.nix b/configuration.nix index 14278d5..4c6f570 100644 --- a/configuration.nix +++ b/configuration.nix @@ -23,12 +23,8 @@ # sops.age.keyFile = "${userSettings.adHome}/.config/sops/age/keys.txt"; environment.systemPackages = with pkgs; [ - bash - git - eza sops gdbm - btop ]; virtualisation.docker.enable = true; diff --git a/flake.nix b/flake.nix index d411dcf..ff09b00 100644 --- a/flake.nix +++ b/flake.nix @@ -35,8 +35,6 @@ nixosSystem = inputs.nixpkgs.lib.nixosSystem; userSettings = { - gitUserName = "John Lancaster"; - gitUserEmail = "32917998+jsl12@users.noreply.github.com"; userName = "appdaemon"; adHome = "/home/appdaemon"; };