diff --git a/baldur/configuration.nix b/baldur/configuration.nix index 9933100..c616765 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -29,7 +29,7 @@ with lib; { environment = { pathsToLink = [ "/share/zsh" ]; - # systemPackages = with pkgs; [ kakoune tmux vim ]; + systemPackages = with pkgs; [ tmux vim kitty ]; }; i18n.defaultLocale = "it_IT.UTF-8"; diff --git a/flake.nix b/flake.nix index 2ff108c..2e5de58 100644 --- a/flake.nix +++ b/flake.nix @@ -242,7 +242,7 @@ }; baldur = { - hostname = "baldur.local"; + hostname = "164.90.208.134"; profiles.system = { user = "root"; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.baldur;