mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds sunflower host
This commit is contained in:
parent
0553f5bbf3
commit
f7c36a91b8
4 changed files with 139 additions and 0 deletions
13
modules/services/sunflower.nix
Normal file
13
modules/services/sunflower.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports =
|
||||
[ (import ./docker.nix) ]
|
||||
# ++ [ (import ./immich.nix) ]
|
||||
# ++ [ (import ./nextcloud.nix) ]
|
||||
# ++ [ (import ./home-assistant.nix) ]
|
||||
++ [ (import ./monitoring.nix) ]
|
||||
++ [ (import ./smart-monitoring.nix) ]
|
||||
++ [ (import ./tailscale.nix) ]
|
||||
# ++ [ (import ./nfs.nix) ]
|
||||
++ [ (import ./hd-idle.nix) ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue