From 35564ad41cfbda2b2a698061a2134956736744c9 Mon Sep 17 00:00:00 2001 From: Aria Date: Tue, 12 Dec 2023 02:03:58 +0000 Subject: delete some old stuff --- nix-personal/profiles/common.nix | 10 ---------- nix-personal/profiles/landing/default.nix | 7 ------- nix-personal/profiles/landing/html/index.html | 5 ----- nix-personal/profiles/nginx.nix | 4 ---- 4 files changed, 26 deletions(-) delete mode 100644 nix-personal/profiles/common.nix delete mode 100644 nix-personal/profiles/landing/default.nix delete mode 100644 nix-personal/profiles/landing/html/index.html delete mode 100644 nix-personal/profiles/nginx.nix (limited to 'nix-personal/profiles') diff --git a/nix-personal/profiles/common.nix b/nix-personal/profiles/common.nix deleted file mode 100644 index b4e1337..0000000 --- a/nix-personal/profiles/common.nix +++ /dev/null @@ -1,10 +0,0 @@ -{...}: { - system.stateVersion = "23.11"; - - networking.domain = "girlth.ing"; - - services.openssh.enable = true; - users.users.root.openssh.authorizedKeys.keys = [ - "no-touch-required sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIPpKjZfzPN1KxVskFRnmTTCwzyCtjwcXVZc4i1rNfl9oAAAABHNzaDo= me@aria.rip" - ]; -} diff --git a/nix-personal/profiles/landing/default.nix b/nix-personal/profiles/landing/default.nix deleted file mode 100644 index 83fc770..0000000 --- a/nix-personal/profiles/landing/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{...}: { - imports = [../nginx.nix]; - services.nginx.virtualHosts."girlth.ing" = { - default = true; - root = ./.; - }; -} diff --git a/nix-personal/profiles/landing/html/index.html b/nix-personal/profiles/landing/html/index.html deleted file mode 100644 index 5d5f6be..0000000 --- a/nix-personal/profiles/landing/html/index.html +++ /dev/null @@ -1,5 +0,0 @@ - - -

It works!

- - diff --git a/nix-personal/profiles/nginx.nix b/nix-personal/profiles/nginx.nix deleted file mode 100644 index 60124e2..0000000 --- a/nix-personal/profiles/nginx.nix +++ /dev/null @@ -1,4 +0,0 @@ -{...}: { - networking.firewall.allowedTCPPorts = [80]; - services.nginx.enable = true; -} -- cgit v1.2.3