Compare commits
2 Commits
75c90c4511
...
b59684816f
| Author | SHA1 | Date | |
|---|---|---|---|
| b59684816f | |||
| 4fed25b153 |
@@ -8,4 +8,12 @@
|
||||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
|
||||
# for vscode remote to work
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
stdenv.cc.cc
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -11,6 +11,10 @@
|
||||
NOMAD_ADDR = "http://nomad.service.consul:4646";
|
||||
LESS = "-F -i -M -+S -R -w -X -z-4";
|
||||
SYSTEMD_LESS = "FiM+SRwXz-4";
|
||||
NIX_LD = "${pkgs.glibc}/lib/ld-linux-x86-64.so.2";
|
||||
NIX_LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
|
||||
pkgs.stdenv.cc.cc
|
||||
];
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
|
||||
@@ -37,6 +37,11 @@ job "evcc" {
|
||||
]
|
||||
}
|
||||
|
||||
env {
|
||||
# this makes the sponsorship cloud API call not work, and it defaults to success ¯\_(ツ)_/¯
|
||||
GRPC_URI = "1.1.1.1:1111"
|
||||
}
|
||||
|
||||
service {
|
||||
name = "evcc"
|
||||
port = "ui"
|
||||
|
||||
Reference in New Issue
Block a user