Update networks environment file
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
console.enable = false;
|
console.enable = false;
|
||||||
|
|
||||||
age.secrets."passwords/networks.age" = {
|
age.secrets."passwords/networks.age" = {
|
||||||
file = "../../secrets/passwords/networks.age";
|
file = "${inputs.secrets}/passwords/networks.age";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
Reference in New Issue
Block a user