homelab framework module init (everything is a mess)
This commit is contained in:
parent
0347f4d325
commit
bcbcc8b17b
94 changed files with 7289 additions and 436 deletions
28
hosts/photos/default.nix
Normal file
28
hosts/photos/default.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
outputs,
|
||||
name,
|
||||
...
|
||||
}: let
|
||||
in {
|
||||
imports = [
|
||||
outputs.nixosModules.ente
|
||||
./ente.nix
|
||||
# ./minio.nix
|
||||
];
|
||||
|
||||
homelab = {
|
||||
enable = true;
|
||||
hostname = name;
|
||||
tags = [name];
|
||||
|
||||
monitoring.enable = true;
|
||||
motd.enable = true;
|
||||
services = {
|
||||
minio.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
deployment.tags = ["ente"];
|
||||
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue