Add VPS host

This commit is contained in:
Yan Lin 2025-09-08 20:05:11 +02:00
parent bb686b0fc0
commit 95d4a32acb
8 changed files with 220 additions and 2 deletions

View file

@ -3,6 +3,7 @@
{
imports = [
../home-default.nix
../../../modules/syncthing.nix
];
# hs-specific home configuration
@ -11,5 +12,9 @@
smart-report = "sudo /home/yanlin/.config/nix/scripts/daily-smart-report.sh";
move-inbox = "cp -rl /mnt/storage/Media/downloads/.inbox/* /mnt/storage/Media/downloads/inbox && chown -R yanlin:users /mnt/storage/Media/downloads/inbox";
};
home.packages = with pkgs; [
texlive.combined.scheme-full
];
}