Runner updated and eurovote
This commit is contained in:
@@ -14,9 +14,15 @@
|
||||
# We use only the minimal pieces needed for a headless server —
|
||||
# no display, audio, or bluetooth modules.
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
|
||||
# Eurovision voting app
|
||||
eurovote = {
|
||||
url = "github:anerisgreat/eurovote";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, sops-nix, nixos-hardware, ... }@inputs:
|
||||
outputs = { self, nixpkgs, sops-nix, nixos-hardware, eurovote, ... }@inputs:
|
||||
let
|
||||
# Shared specialArgs passed to every host
|
||||
commonArgs = {
|
||||
@@ -74,6 +80,8 @@
|
||||
./modules/services/uptime-kuma.nix
|
||||
./modules/services/ntfy.nix
|
||||
./modules/monitoring.nix
|
||||
eurovote.nixosModules.default
|
||||
./modules/services/eurovote.nix
|
||||
] ++ extraModules;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user