I'm not sure if this will work - I'm running it now - but I want to commit it so I can see what changes I ended up needing after establishing a baseline reading through the nixos-anywhere getting started instructions.
6 lines
74 B
Nix
6 lines
74 B
Nix
{
|
|
imports = [
|
|
./configuration.nix
|
|
./hardware-configuration.nix
|
|
];
|
|
}
|