diff --git a/README.md b/README.md index 70972b7..0fbeb3b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # nixos-config -All system's nix configuration \ No newline at end of file +All system's nix configuration + +Updating: `sudo nixos-rebuild switch --flake /etc/nixos/#hostname` diff --git a/configuration.nix b/hosts/supercell/configuration.nix similarity index 100% rename from configuration.nix rename to hosts/supercell/configuration.nix diff --git a/hardware-configuration.nix b/hosts/supercell/hardware-configuration.nix similarity index 100% rename from hardware-configuration.nix rename to hosts/supercell/hardware-configuration.nix diff --git a/home.nix b/hosts/supercell/home.nix similarity index 100% rename from home.nix rename to hosts/supercell/home.nix