feat: bump to nixos 25.05

This commit is contained in:
Ryan Yin
2025-05-21 12:07:46 +08:00
parent d66ca3680c
commit a2007fd88c
29 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
dataDir = ["/data/apps/minio/data"];
configDir = "/data/apps/minio/config";
in {
# https://github.com/NixOS/nixpkgs/blob/nixos-24.11/nixos/modules/services/web-servers/minio.nix
# https://github.com/NixOS/nixpkgs/blob/nixos-25.05/nixos/modules/services/web-servers/minio.nix
services.minio = {
enable = true;
browser = true; # Enable or disable access to web UI.