diff --git a/modules/homelab/homelab.nix b/modules/homelab/homelab.nix index 86993ec..b563b2c 100644 --- a/modules/homelab/homelab.nix +++ b/modules/homelab/homelab.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, config, lib, ... }: { imports = [ diff --git a/modules/homelab/nfs.nix b/modules/homelab/nfs.nix index 64ffdf3..3b18b56 100644 --- a/modules/homelab/nfs.nix +++ b/modules/homelab/nfs.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, config, lib, ... }: # define nfs exports let diff --git a/modules/homelab/smb.nix b/modules/homelab/smb.nix index ef7241c..6852404 100644 --- a/modules/homelab/smb.nix +++ b/modules/homelab/smb.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, config, lib, ... }: # define smb shares let diff --git a/modules/homelab/zfs.nix b/modules/homelab/zfs.nix index 1f1f7b1..b5d665e 100644 --- a/modules/homelab/zfs.nix +++ b/modules/homelab/zfs.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, config, lib, ... }: { diff --git a/modules/system/docker.nix b/modules/system/docker.nix index cc14094..43ff798 100644 --- a/modules/system/docker.nix +++ b/modules/system/docker.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, config, lib, ... }: { options = { diff --git a/modules/system/nvidia.nix b/modules/system/nvidia.nix index f7bcead..0423ef6 100644 --- a/modules/system/nvidia.nix +++ b/modules/system/nvidia.nix @@ -1,4 +1,4 @@ -{ config, pkgs, lib, ... }: +{ pkgs, config, lib, ... }: { options = { diff --git a/modules/system/ssh.nix b/modules/system/ssh.nix index 527492e..fbb6c8c 100644 --- a/modules/system/ssh.nix +++ b/modules/system/ssh.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, config, lib, ... }: { options = { diff --git a/modules/system/syncthing.nix b/modules/system/syncthing.nix index 759a764..dc1fdc9 100644 --- a/modules/system/syncthing.nix +++ b/modules/system/syncthing.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, config, lib, ... }: { options = { diff --git a/modules/system/system.nix b/modules/system/system.nix index 7f2cb71..eee3112 100644 --- a/modules/system/system.nix +++ b/modules/system/system.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, ... }: +{ pkgs, config, lib, ... }: { imports = [ diff --git a/modules/system/tailscale.nix b/modules/system/tailscale.nix index a861e64..f45491d 100644 --- a/modules/system/tailscale.nix +++ b/modules/system/tailscale.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, config, lib, ... }: { options = {