This config can be installed via one command on every system.
sudo nixos-rebuild switch --flake github:moverval/nix-config/main#default --impureIf the NixOS Configuration is unchanged, there exists a shortcut, so no sudo and less time is required when updating.
home-manager switch --flake github:moverval/nig-config/main#defaultThe user configuration can be updated in flake.nix.
To just get a system as fast as possible running without locales, graphics, sound etc. use
sudo nixos-rebuild switch --flake github:moverval/nix-config/main#minimal --impureWith home-manager
home-manager switch --flake github:moverval/nig-config/main#minimal