Skip to content

Commit a3a59c9

Browse files
committed
refactor(.nix): Change flake.nixosModules to flake.modules.nixos
1 parent caf3982 commit a3a59c9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

modules/folder-size-metrics/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ withSystem, ... }:
22
{
3-
flake.nixosModules.folder-size-metrics =
3+
flake.modules.nixos.folder-size-metrics =
44
{
55
pkgs,
66
config,

modules/grafana-agent-flow/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ withSystem, ... }:
22
{
3-
flake.nixosModules.grafana-agent-flow =
3+
flake.modules.nixos.grafana-agent-flow =
44
{
55
pkgs,
66
config,

modules/lido/ethereum-validators-monitoring/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ withSystem, ... }:
22
{
3-
flake.nixosModules.ethereum-validators-monitoring =
3+
flake.modules.nixos.ethereum-validators-monitoring =
44
{
55
pkgs,
66
config,

modules/lido/keys-api/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ withSystem, ... }:
22
{
3-
flake.nixosModules.lido-keys-api =
3+
flake.modules.nixos.lido-keys-api =
44
{
55
pkgs,
66
config,

modules/lido/validator-ejector/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ withSystem, ... }:
22
{
3-
flake.nixosModules.lido-validator-ejector =
3+
flake.modules.nixos.lido-validator-ejector =
44
{
55
pkgs,
66
config,

modules/lido/withdrawals-automation/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ withSystem, ... }:
22
{
3-
flake.nixosModules.lido-withdrawals-automation =
3+
flake.modules.nixos.lido-withdrawals-automation =
44
{
55
pkgs,
66
config,

modules/pyroscope/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ withSystem, ... }:
22
{
3-
flake.nixosModules.pyroscope =
3+
flake.modules.nixos.pyroscope =
44
{
55
pkgs,
66
config,

0 commit comments

Comments
 (0)