update server conf

Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-17 15:06:33 +02:00
parent 5076c244db
commit 6953622559
9 changed files with 40 additions and 453 deletions
+1 -5
View File
@@ -16,17 +16,13 @@
../../server-modules/adguardhome.nix
../../server-modules/arr.nix
../../server-modules/blog.nix
../../server-modules/awesome-wallpapers.nix
../../server-modules/iknowyou.nix
../../server-modules/stirling-pdf.nix
../../server-modules/cyberchef.nix
../../server-modules/mazanoke.nix
../../server-modules/kernel-hardening.nix
../../server-modules/fail2ban.nix
../../server-modules/default-creds.nix
../../server-modules/umami.nix
../../server-modules/gitea.nix
../../server-modules/mealie.nix
# You should let those lines as is
./hardware-configuration.nix
@@ -38,5 +34,5 @@
home-manager.users."${config.var.username}" = import ./home.nix;
# Don't touch this
system.stateVersion = "24.05";
system.stateVersion = "26.05";
}
+10 -5
View File
@@ -4,18 +4,23 @@
...
}: {
imports = [
# Mostly user-specific configuration
./variables.nix
# Programs
## TUI
inputs.nvf-config.homeManagerModules.default
../../home/programs/tui/ilovetui
../../home/programs/tui/shell
../../home/programs/tui/git
../../home/programs/tui/git/lazygit.nix
../../home/programs/tui/git/signing.nix # CHANGEME: Change the key or remove this file
../../home/programs/tui/nixy
../../home/programs/tui/nix-utils
../../home/programs/tui/elio
../../home/programs/tui/wikiman
../../home/programs/tui/pkgs.nix
../../home/programs/group/dev.nix
# Mostly user-specific configuration
./variables.nix
];
home = {
@@ -23,7 +28,7 @@
homeDirectory = "/home/" + config.var.username;
# Don't touch this
stateVersion = "24.05";
stateVersion = "26.05";
};
programs.home-manager.enable = true;
+1 -1
View File
@@ -8,7 +8,7 @@
path = "/home/hadi/.ssh/config";
mode = "0600";
};
github-key = {
ssh-github-key = {
owner = "hadi";
path = "/home/hadi/.ssh/github";
mode = "0600";