Compare commits

...

2 commits

Author SHA1 Message Date
5fea5f7400
Theia: add netdata & shizu as user 2024-11-07 19:18:25 +02:00
5819e39171
Nyx: home set gtk icon theme 2024-11-07 19:17:31 +02:00
2 changed files with 26 additions and 4 deletions

View file

@ -16,6 +16,7 @@
accent = "pink"; accent = "pink";
size = "standard"; size = "standard";
tweaks = [ "normal" ]; tweaks = [ "normal" ];
icon.enable = true;
}; };
}; };
home.pointerCursor = { home.pointerCursor = {

View file

@ -26,9 +26,7 @@
nix = { nix = {
package = pkgs.lix; package = pkgs.lix;
settings = { settings = { experimental-features = [ "nix-command" "flakes" ]; };
experimental-features = [ "nix-command" "flakes" ];
};
}; };
zramSwap = { zramSwap = {
@ -136,11 +134,17 @@
''; '';
}; };
"status.blahai.gay" = { "kuma.blahai.gay" = {
extraConfig = '' extraConfig = ''
reverse_proxy localhost:3001 reverse_proxy localhost:3001
''; '';
}; };
"status.blahai.gay" = {
extraConfig = ''
reverse_proxy localhost:19999
'';
};
}; };
}; };
@ -149,6 +153,16 @@
settings = { PORT = "3001"; }; settings = { PORT = "3001"; };
}; };
netdata = {
enable = true;
config.global = {
"memory mode" = "ram";
"debug log" = "none";
"access log" = "none";
"error log" = "syslog";
};
};
forgejo = { forgejo = {
package = pkgs.forgejo; package = pkgs.forgejo;
enable = true; enable = true;
@ -253,6 +267,13 @@
"$y$j9T$KpQYYLB6eWfHAUo9.o/uy1$gnj/UlWLrx5XBZDm2GNdjHs2G5D3XxxqqtrCIf5MX43"; "$y$j9T$KpQYYLB6eWfHAUo9.o/uy1$gnj/UlWLrx5XBZDm2GNdjHs2G5D3XxxqqtrCIf5MX43";
}; };
users.users.shizu = {
isNormalUser = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ2zPly//j7KGHTqd/KZ7Hcbw8vnNJzAZCbYcKBzx2jW"
];
};
users.users.nino = { users.users.nino = {
isNormalUser = true; isNormalUser = true;
openssh.authorizedKeys.keys = [ openssh.authorizedKeys.keys = [