Open
Description
I have deployed a VM to GCP. It works fine.
Now I want to change its configuration without redeploying. I just want to use sudo nixos-rebuild switch
. But /etc/nixos/configuration.nix
just has
{ ... }:
{
imports = [
<nixpkgs/nixos/modules/virtualisation/google-compute-image.nix>
];
}
Where can I find a copy of the configuration I used within the VM? Is it anywhere there? Can I just place a new configuration anywhere and do the switch?
Metadata
Metadata
Assignees
Labels
No labels