linode: Remove old server
This commit is contained in:
parent
1c6e7ec106
commit
ae18832cb0
4 changed files with 1 additions and 124 deletions
22
flake.nix
22
flake.nix
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue