Mount minio

This commit is contained in:
Filippo Berto 2025-05-13 12:09:24 +02:00
parent 9d5d53c000
commit 6070c25c4d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 4 additions and 1 deletions

View file

@ -344,6 +344,9 @@
./modules/nixos/server
./modules/nixos/steam.nix
] ++ homeManagerUModules ++ [{
age.secrets = {
minio_bertof = { file = ./secrets/minio_bertof.age; owner = "bertof"; };
};
home-manager.users.bertof = import ./instances/thinkstation/hm.nix;
}];
};