mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-06 04:22:14 +00:00
sync
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
config,
|
||||
outputs,
|
||||
...
|
||||
}: {
|
||||
}: let
|
||||
my-utils = inputs.my-utils.packages.${pkgs.system}.default;
|
||||
in {
|
||||
imports =
|
||||
[
|
||||
# ./beets.nix
|
||||
@@ -60,6 +62,8 @@
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
git.enable = true;
|
||||
gh.enable = true;
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
gnumake
|
||||
unstable.keybase
|
||||
# my.prometheus-api-client
|
||||
my-utils
|
||||
];
|
||||
|
||||
|
||||
@@ -88,8 +89,7 @@
|
||||
historyControl = ["ignorespace"];
|
||||
shellOptions = ["histappend"];
|
||||
sessionVariables = {
|
||||
DOCKER_HOST = "tcp://192.168.1.223:2375";
|
||||
NOMAD_ADDR = "http://192.168.1.250:4646";
|
||||
NOMAD_ADDR = "http://192.168.4.250:4646";
|
||||
TERM = "xterm-256color";
|
||||
ANSIBLE_HOST_KEY_CHECKING = "False";
|
||||
HSTR_CONFIG = "hicolor";
|
||||
|
||||
Reference in New Issue
Block a user