Fix syntax

This commit is contained in:
Sandro - 2023-10-24 12:18:01 +02:00
parent c0d7c10534
commit 47e6a57788
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ Add or merge the following settings to your `flake.nix`:
nixosConfigurations.HOSTNAME = {
modules = [
c3d2-user-module.nixosModule
];
];
};
};
}
```