summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index f8dc3c9..d06e04b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -95,9 +95,11 @@
in {
nixosConfigurations."server1" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
- specialArgs = attrs // {
- inherit pkgs-unstable;
- };
+ specialArgs =
+ attrs
+ // {
+ inherit pkgs-unstable;
+ };
modules = [
./hosts/server1/configuration.nix
simple-nixos-mailserver.nixosModule