From 2bfd79c92fd1ccf42fe13411a6139bd42928fb27 Mon Sep 17 00:00:00 2001 From: DuN0z Date: Mon, 22 Sep 2025 08:41:35 +0200 Subject: [PATCH] Add: various things --- hm/common/git.nix | 4 ++-- modules/services/ftp.nix | 2 +- modules/sites/porzh.me/index.html | 2 +- profiles/server-selfhosted.nix | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hm/common/git.nix b/hm/common/git.nix index ded9878..5070d68 100644 --- a/hm/common/git.nix +++ b/hm/common/git.nix @@ -1,8 +1,8 @@ _: { programs.git = { enable = true; - userName = "L0m1g" ; - userEmail = "git@lomig.me"; + userName = "DuN0z" ; + userEmail = "dun0z@porzh.me"; }; } # vim: set ts=2 sw=2 sts=2 et : diff --git a/modules/services/ftp.nix b/modules/services/ftp.nix index ce983bf..bceeba4 100644 --- a/modules/services/ftp.nix +++ b/modules/services/ftp.nix @@ -31,7 +31,7 @@ enable = true; # Autoriser les comptes locaux (system users) - localUsers = false; + localUsers = true; # Refuser l’accès anonyme (sécurité renforcée) anonymousUser = false; diff --git a/modules/sites/porzh.me/index.html b/modules/sites/porzh.me/index.html index 4fe0030..e66360f 100644 --- a/modules/sites/porzh.me/index.html +++ b/modules/sites/porzh.me/index.html @@ -43,7 +43,7 @@

Ma porzh stag

diff --git a/profiles/server-selfhosted.nix b/profiles/server-selfhosted.nix index 7bf19c9..722bac6 100644 --- a/profiles/server-selfhosted.nix +++ b/profiles/server-selfhosted.nix @@ -14,6 +14,7 @@ btrfs-progs cifs-utils lm_sensors + wakeonlan ]; } # vim: set ts=2 sw=2 sts=2 et :