restructure homebox
This commit is contained in:
@@ -3,13 +3,32 @@
|
||||
|
||||
flake.nixosModules.homebox = { config, pkgs, lib, ... }:
|
||||
{
|
||||
imports =
|
||||
[
|
||||
imports = with self.nixosModules; [
|
||||
inputs.disko.nixosModules.default
|
||||
|
||||
inputs.home-manager.nixosModules.default
|
||||
|
||||
self.nixosModules.default
|
||||
pipewire
|
||||
avahi
|
||||
netbird
|
||||
openssh
|
||||
|
||||
docker
|
||||
|
||||
traefik
|
||||
searxng
|
||||
home-assistant
|
||||
netbird-docker
|
||||
n8n
|
||||
code-server
|
||||
gitea
|
||||
jellyfin
|
||||
nginx
|
||||
ollama-docker
|
||||
openwebui
|
||||
pihole
|
||||
portainer
|
||||
|
||||
];
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
flake.nixosConfigurations."homebox" = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
||||
modules = with self.nixosModules; [
|
||||
(user-nathan "laptop")
|
||||
user-nathan
|
||||
homebox
|
||||
homebox-hardware
|
||||
self.diskoConfigurations.homebox
|
||||
|
||||
Reference in New Issue
Block a user