linode: Remove old server

This commit is contained in:
Tristan Daniël Maat 2024-03-11 00:32:25 +01:00
parent 1c6e7ec106
commit ae18832cb0
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 1 additions and 124 deletions

View file

@ -42,16 +42,6 @@
##################
nixosConfigurations = {
# The actual system definition
tlaternet = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs.flake-inputs = inputs;
modules = [
./configuration
./configuration/hardware-specific/linode
];
};
hetzner-1 = nixpkgs.lib.nixosSystem {
inherit system;
specialArgs.flake-inputs = inputs;
@ -67,18 +57,6 @@
# Deployment configuration #
############################
deploy.nodes = {
tlaternet = {
hostname = "tlater.net";
profiles.system = {
user = "root";
path = deploy-rs.lib.${system}.activate.nixos self.nixosConfigurations.tlaternet;
};
sshUser = "tlater";
sshOpts = ["-p" "2222" "-o" "ForwardAgent=yes"];
};
hetzner-1 = {
hostname = "116.202.158.55";