mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
more dionysos features
This commit is contained in:
parent
f6f7636189
commit
5b26eb6d90
|
@ -7,6 +7,7 @@ let
|
||||||
username = "harry123";
|
username = "harry123";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
imports = [../../features/server/tailscale.nix];
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
weechat
|
weechat
|
||||||
tmux
|
tmux
|
||||||
|
@ -30,10 +31,9 @@ in
|
||||||
|
|
||||||
users.users.${username}.initialHashedPassword = "$y$j9T$s4isXqWcg4N8TEPjmj0fD/$zog2cpUwstnvwDnQsFmH3br/WAeD2Uu/L7ePr00cKkA";
|
users.users.${username}.initialHashedPassword = "$y$j9T$s4isXqWcg4N8TEPjmj0fD/$zog2cpUwstnvwDnQsFmH3br/WAeD2Uu/L7ePr00cKkA";
|
||||||
|
|
||||||
|
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
|
|
|
@ -8,11 +8,8 @@
|
||||||
config = {
|
config = {
|
||||||
Listener = {
|
Listener = {
|
||||||
"Motd" = "welcome to hypervirtual's irc bouncer - using znc";
|
"Motd" = "welcome to hypervirtual's irc bouncer - using znc";
|
||||||
"SSLProtocols" = "-SSLv2 -SSLv3 -TLSv1 +TLSv1.1 +TLSv1.2"
|
"SSLProtocols" = "-SSLv2 -SSLv3 -TLSv1 +TLSv1.1 +TLSv1.2";
|
||||||
};
|
};
|
||||||
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
LoadModule = "simple_away";
|
LoadModule = "simple_away";
|
||||||
Chan = {
|
Chan = {
|
||||||
"#nixos" = {Detached = false;};
|
"#nixos" = {Detached = false;};
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
koshkairc = {
|
koshkairc = {
|
||||||
Server = "irc.koshka.love +6697";
|
Server = "irc.koshka.love +6697";
|
||||||
|
|
Loading…
Reference in a new issue