diff options
author | sils <sils@sils.li> | 2024-02-19 20:17:58 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2024-02-19 20:17:58 +0100 |
commit | 6827e426a7a225e41d5218c8a20a8c2f300ecf87 (patch) | |
tree | acb1c9ce517d1f3f9ce34f3f0edb63304aaa1731 /flake.nix | |
parent | build(flake): Update (diff) | |
download | nixos-server-6827e426a7a225e41d5218c8a20a8c2f300ecf87.tar.gz nixos-server-6827e426a7a225e41d5218c8a20a8c2f300ecf87.zip |
style(flake): format with alejandra
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
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 |