feat: 0801 update

This commit is contained in:
2025-08-01 20:37:28 +08:00
parent 90a409b9b3
commit a614e65597
11 changed files with 106 additions and 176 deletions

View File

@@ -65,7 +65,11 @@
sopsFile = secrets.easytier;
format = "binary";
};
environment.systemPackages = [ pkgs.easytier ];
environment.systemPackages = with pkgs; [
inetutils
easytier
];
systemd.services."easytier" = {
enable = true;
script = "${pkgs.easytier}/bin/easytier-core -c ${config.sops.secrets.easytier.path}";