From 71ac5ce0146b5ebcd0dc3959069dbc627e2a4017 Mon Sep 17 00:00:00 2001 From: emily Date: Fri, 12 Jan 2024 15:17:47 +0100 Subject: [PATCH] renamed host --- config/hosts/{web02 => web-dus}/configuration.nix | 0 flake.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename config/hosts/{web02 => web-dus}/configuration.nix (100%) diff --git a/config/hosts/web02/configuration.nix b/config/hosts/web-dus/configuration.nix similarity index 100% rename from config/hosts/web02/configuration.nix rename to config/hosts/web-dus/configuration.nix diff --git a/flake.nix b/flake.nix index f61ba57..b3a132f 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ ./config/common ./config/common-lxc.nix ./config/common-nginx.nix - ./config/hosts/web02/configuration.nix + ./config/hosts/web-dus/configuration.nix ]; }; # ryuuko = nixpkgs.lib.nixosSystem {