Enable S3 cache for heimdall, freya and loki
This commit is contained in:
parent
94b5f77e76
commit
5afe11de44
1 changed files with 8 additions and 0 deletions
|
|
@ -330,6 +330,8 @@
|
|||
./modules/nixos/rclone.nix
|
||||
./modules/nixos/nextcloud.nix
|
||||
# ./modules/nixos/ntfy.nix
|
||||
# S3 cache read
|
||||
./modules/nixos/s3_cache_read.nix
|
||||
]
|
||||
++ homeManagerModules
|
||||
++ [{ home-manager.users.bertof = import ./instances/heimdall/hm.nix; }];
|
||||
|
|
@ -370,6 +372,8 @@
|
|||
./modules/nixos/minio.nix
|
||||
# ./modules/nixos/nextcloud.nix
|
||||
./modules/nixos/ntfy.nix
|
||||
# S3 cache read
|
||||
./modules/nixos/s3_cache_read.nix
|
||||
]
|
||||
++ homeManagerModules
|
||||
++ [{ home-manager.users.bertof = import ./instances/freya/hm.nix; }];
|
||||
|
|
@ -388,6 +392,8 @@
|
|||
# ./modules/nixos/digitalocean.nix
|
||||
|
||||
./modules/nixos/users/tiziano.nix
|
||||
# S3 cache read
|
||||
./modules/nixos/s3_cache_read.nix
|
||||
]
|
||||
# ++ homeManagerModules ++ [{
|
||||
# home-manager.users.bertof = import ./instances/baldur/hm.nix;
|
||||
|
|
@ -413,6 +419,8 @@
|
|||
./instances/loki/configuration.nix
|
||||
|
||||
./modules/nixos/users/tiziano.nix
|
||||
# S3 cache read
|
||||
./modules/nixos/s3_cache_read.nix
|
||||
]
|
||||
++ homeManagerModules
|
||||
++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue