feat: rename dotfiles-test to mennos-cloud-server in Ansible inventory and configurations
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user