Merge pull request #28 from auxolotl/remove-system-from-nixosSystem

This commit is contained in:
isabel roses 2024-05-07 21:58:46 +00:00 committed by GitHub
commit 78374d6350
Failed to generate hash of commit

View file

@ -11,11 +11,13 @@
in
{
nixosConfigurations.${hostName} = nixpkgs.lib.nixosSystem {
inherit system;
modules = [
./configuration.nix
{ networking.hostName = hostName; }
{
networking.hostName = hostName;
nixpkgs.hostPlatform = system;
}
];
specialArgs = {