Update networks environment file

This commit is contained in:
2023-12-16 21:40:47 +00:00
parent 9d60b1fb94
commit cf0e6d8243

View File

@@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, inputs, ... }:
{
imports = [
@@ -32,7 +32,7 @@
console.enable = false;
age.secrets."passwords/networks.age" = {
file = "../../secrets/passwords/networks.age";
file = "${inputs.secrets}/passwords/networks.age";
};
networking = {