Fix flake.nix indentation.

This commit is contained in:
Raphaël Numbus
2026-02-24 20:07:43 +01:00
parent e033b0c888
commit e91c7ea3cf
+3 -1
View File
@@ -23,6 +23,8 @@
inherit system; inherit system;
config.allowUnfree = true; config.allowUnfree = true;
}; };
in
{
nixosConfigurations = { nixosConfigurations = {
numbus-server = nixpkgs.lib.nixosSystem { numbus-server = nixpkgs.lib.nixosSystem {
inherit system; inherit system;
@@ -39,7 +41,7 @@
# Core host configuration # Core host configuration
./configuration.nix ./configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
] ];
}; };
}; };
}; };