Mount minio
This commit is contained in:
parent
9d5d53c000
commit
6070c25c4d
2 changed files with 4 additions and 1 deletions
|
|
@ -344,6 +344,9 @@
|
||||||
./modules/nixos/server
|
./modules/nixos/server
|
||||||
./modules/nixos/steam.nix
|
./modules/nixos/steam.nix
|
||||||
] ++ homeManagerUModules ++ [{
|
] ++ homeManagerUModules ++ [{
|
||||||
|
age.secrets = {
|
||||||
|
minio_bertof = { file = ./secrets/minio_bertof.age; owner = "bertof"; };
|
||||||
|
};
|
||||||
home-manager.users.bertof = import ./instances/thinkstation/hm.nix;
|
home-manager.users.bertof = import ./instances/thinkstation/hm.nix;
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@
|
||||||
# ../../modules/hm/pass.nix
|
# ../../modules/hm/pass.nix
|
||||||
# ../../modules/hm/pro_audio.nix
|
# ../../modules/hm/pro_audio.nix
|
||||||
# # ../../modules/hm/pycharm.nix
|
# # ../../modules/hm/pycharm.nix
|
||||||
# ../../modules/hm/rclone-mount.nix
|
../../modules/hm/rclone-mount.nix
|
||||||
# ../../modules/hm/research.nix
|
# ../../modules/hm/research.nix
|
||||||
# # ../../modules/hm/rofi.nix
|
# # ../../modules/hm/rofi.nix
|
||||||
# # ../../modules/hm/screen_locker.nix
|
# # ../../modules/hm/screen_locker.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue