mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Theia: add netdata & shizu as user
This commit is contained in:
parent
5819e39171
commit
5fea5f7400
1 changed files with 25 additions and 4 deletions
|
@ -26,9 +26,7 @@
|
|||
|
||||
nix = {
|
||||
package = pkgs.lix;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
};
|
||||
settings = { experimental-features = [ "nix-command" "flakes" ]; };
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
|
@ -136,11 +134,17 @@
|
|||
'';
|
||||
};
|
||||
|
||||
"status.blahai.gay" = {
|
||||
"kuma.blahai.gay" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:3001
|
||||
'';
|
||||
};
|
||||
|
||||
"status.blahai.gay" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:19999
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -149,6 +153,16 @@
|
|||
settings = { PORT = "3001"; };
|
||||
};
|
||||
|
||||
netdata = {
|
||||
enable = true;
|
||||
config.global = {
|
||||
"memory mode" = "ram";
|
||||
"debug log" = "none";
|
||||
"access log" = "none";
|
||||
"error log" = "syslog";
|
||||
};
|
||||
};
|
||||
|
||||
forgejo = {
|
||||
package = pkgs.forgejo;
|
||||
enable = true;
|
||||
|
@ -253,6 +267,13 @@
|
|||
"$y$j9T$KpQYYLB6eWfHAUo9.o/uy1$gnj/UlWLrx5XBZDm2GNdjHs2G5D3XxxqqtrCIf5MX43";
|
||||
};
|
||||
|
||||
users.users.shizu = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ2zPly//j7KGHTqd/KZ7Hcbw8vnNJzAZCbYcKBzx2jW"
|
||||
];
|
||||
};
|
||||
|
||||
users.users.nino = {
|
||||
isNormalUser = true;
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
Loading…
Reference in a new issue