diff --git a/config/ansible/inventory.ini b/config/ansible/inventory.ini index b92bdc6..cca462a 100644 --- a/config/ansible/inventory.ini +++ b/config/ansible/inventory.ini @@ -6,4 +6,4 @@ mennos-desktop ansible_connection=local mennos-server ansible_connection=local mennos-hobbypc ansible_connection=local mennos-vm ansible_connection=local -dotfiles-test ansible_connection=local \ No newline at end of file +mennos-cloud-server ansible_connection=local \ No newline at end of file diff --git a/config/ansible/main.yml b/config/ansible/main.yml index bae4cb4..9f325dc 100644 --- a/config/ansible/main.yml +++ b/config/ansible/main.yml @@ -12,4 +12,4 @@ - name: Include server tasks ansible.builtin.import_tasks: tasks/servers/server.yml - when: hostname in ['mennos-server', 'mennos-hobbypc', 'mennos-vm', 'dotfiles-test'] + when: hostname in ['mennos-server', 'mennos-hobbypc', 'mennos-vm', 'mennos-cloud-server'] diff --git a/config/ansible/tasks/global/symlinks.yml b/config/ansible/tasks/global/symlinks.yml index 1372857..edcf69e 100644 --- a/config/ansible/tasks/global/symlinks.yml +++ b/config/ansible/tasks/global/symlinks.yml @@ -30,7 +30,7 @@ mennos-server: "$DOTFILES_PATH/config/git/gitconfig.mennos-server" mennos-vm: "$DOTFILES_PATH/config/git/gitconfig.mennos-server" mennos-hobbypc: "$DOTFILES_PATH/config/git/gitconfig.linux" - dotfiles-test: "$DOTFILES_PATH/config/git/gitconfig.linux" + mennos-cloud-server: "$DOTFILES_PATH/config/git/gitconfig.linux" - name: Create SSH authorized_keys symlink ansible.builtin.file: @@ -46,4 +46,4 @@ mennos-server: "$DOTFILES_PATH/config/ssh/authorized_keys/mennos-server" mennos-vm: "$DOTFILES_PATH/config/ssh/authorized_keys/mennos-server" mennos-hobbypc: "$DOTFILES_PATH/config/ssh/authorized_keys/mennos-hobbypc" - dotfiles-test: "$DOTFILES_PATH/config/ssh/authorized_keys/mennos-server" + mennos-cloud-server: "$DOTFILES_PATH/config/ssh/authorized_keys/mennos-server" diff --git a/config/home-manager/flake.nix b/config/home-manager/flake.nix index 6149c74..7153963 100644 --- a/config/home-manager/flake.nix +++ b/config/home-manager/flake.nix @@ -93,13 +93,13 @@ }; }; - "dotfiles-test" = home-manager.lib.homeManagerConfiguration { + "mennos-cloud-server" = home-manager.lib.homeManagerConfiguration { inherit pkgs; modules = [ ./home.nix ]; extraSpecialArgs = { inherit pkgs pkgs-unstable; isServer = true; - hostname = "dotfiles-test"; + hostname = "mennos-cloud-server"; }; }; }; diff --git a/vscode/settings.json b/vscode/settings.json index 0a0676d..df7eb7b 100755 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -62,7 +62,7 @@ "go.toolsManagement.autoUpdate": true, "redhat.telemetry.enabled": false, "makefile.configureOnOpen": false, - "workbench.colorTheme": "Default Dark+", + "workbench.colorTheme": "Default Light+", "geminicodeassist.project": "", "cloudcode.duetAI.project": "" } \ No newline at end of file