import agenix
This commit is contained in:
parent
4a7d82a075
commit
0cbcc30aa1
@ -1,4 +1,4 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports =[
|
imports =[
|
||||||
@ -40,7 +40,10 @@
|
|||||||
hostAddress = "172.16.100.1";
|
hostAddress = "172.16.100.1";
|
||||||
localAddress = "172.16.100.2";
|
localAddress = "172.16.100.2";
|
||||||
config = {
|
config = {
|
||||||
imports = [ ../../common/common.nix ];
|
imports = [
|
||||||
|
../../common/common.nix
|
||||||
|
inputs.agenix.nixosModules.age
|
||||||
|
];
|
||||||
pia.enable = true;
|
pia.enable = true;
|
||||||
nixpkgs.pkgs = pkgs;
|
nixpkgs.pkgs = pkgs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user