fmt: directly access the inputs inside each machine.
This allows us to move the inputs to teh individual applications, making them more server agnostic.
This commit is contained in:
parent
4c99464bc4
commit
cfddc32424
5 changed files with 18 additions and 32 deletions
|
@ -1,9 +1,12 @@
|
|||
{ pkgs, modulesPath, config, options, ... }:
|
||||
{ pkgs, modulesPath, config, options, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(modulesPath + "/virtualisation/proxmox-lxc.nix")
|
||||
|
||||
# for the secrets
|
||||
inputs.agenix.nixosModule
|
||||
|
||||
# every sever may need the firewall config stuff
|
||||
../applications/firewall.nix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue