mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 22:50:19 +02:00
more dionysos features
This commit is contained in:
parent
f6f7636189
commit
5b26eb6d90
3 changed files with 4 additions and 7 deletions
|
@ -7,6 +7,7 @@ let
|
|||
username = "harry123";
|
||||
in
|
||||
{
|
||||
imports = [../../features/server/tailscale.nix];
|
||||
environment.systemPackages = with pkgs; [
|
||||
weechat
|
||||
tmux
|
||||
|
@ -30,10 +31,9 @@ in
|
|||
|
||||
users.users.${username}.initialHashedPassword = "$y$j9T$s4isXqWcg4N8TEPjmj0fD/$zog2cpUwstnvwDnQsFmH3br/WAeD2Uu/L7ePr00cKkA";
|
||||
|
||||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
services.nginx = {
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue