diff options
| -rw-r--r-- | flake.nix | 2 | ||||
| -rwxr-xr-x | install.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ config.allowUnfree = true; }; in { - nixosConfigurations.${hostname} = nixpkgs.lib.nixosSystem { + nixosConfigurations.main = nixpkgs.lib.nixosSystem { inherit system; specialArgs = { inherit inputs username hostname unstable; }; @@ -12,4 +12,4 @@ sudo cp -r hardware-configuration.nix /etc/nixos sudo nixos-generate-config --show-hardware-config > hardware-configuration.nix -sudo nixos-rebuild switch --flake .#pegasus +sudo nixos-rebuild switch --flake .#main |
