add homestar

This commit is contained in:
2024-02-16 11:50:50 -05:00
parent d8f19c487a
commit c9692d70eb
5 changed files with 1855 additions and 49 deletions

View File

@ -6,9 +6,10 @@ _:
"homebrew/cask"
"homebrew/cask-fonts"
"homebrew/services"
"fission-codes/fission"
];
brews = [ "code-server" "coreutils" "mosh" ];
brews = [ "code-server" "coreutils" "homestar" "mosh" ];
casks = [
"1password"

View File

@ -19,6 +19,8 @@ in
../../modules/postgresql
../../modules/sops
../../modules/traefik
../../services/homestar.nix
];
boot = {
binfmt.emulatedSystems = [ "aarch64-linux" ];
@ -129,6 +131,15 @@ in
compression = "auto,lzma";
startAt = "daily";
};
homestar = {
enable = true;
settings = {
node.network.rpc = {
port = 9820;
};
};
};
grafana = {
enable = true;
settings = {