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;
config.allowUnfree = true;
};
in
{
nixosConfigurations = {
numbus-server = nixpkgs.lib.nixosSystem {
inherit system;
@@ -39,7 +41,7 @@
# Core host configuration
./configuration.nix
./hardware-configuration.nix
]
];
};
};
};