add hints for changeme comments

This commit is contained in:
Hadi 2024-10-16 18:56:56 +02:00
parent 4c5963dcaa
commit b8b9d16f8c

View File

@ -41,7 +41,7 @@
outputs = inputs@{ nixpkgs, ... }: {
nixosConfigurations = {
nixy = # CHANGEME
nixy = # CHANGEME: This should match the 'hostname' in your variables.nix file
nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
@ -49,10 +49,10 @@
nixpkgs.overlays = [ inputs.hyprpanel.overlay ];
_module.args = { inherit inputs; };
}
inputs.nixos-hardware.nixosModules.omen-16-n0005ne # CHANGEME
inputs.nixos-hardware.nixosModules.omen-16-n0005ne # CHANGEME: check https://github.com/NixOS/nixos-hardware
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
./hosts/laptop/configuration.nix # CHANGEME
./hosts/laptop/configuration.nix # CHANGEME: change the path to match your host folder
];
};
};