✨ add homestar
This commit is contained in:
@ -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"
|
||||
|
@ -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 = {
|
||||
|
Reference in New Issue
Block a user