From cfac122324e3d05f2925673e99feacf8c3602e0c Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 13 Feb 2024 17:38:25 +0100 Subject: tmp: Move modules/nixos to services/ for shared and hosts/ahmed for private --- modules/nixos/default.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 modules/nixos/default.nix (limited to 'modules/nixos/default.nix') diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix deleted file mode 100644 index 1393627..0000000 --- a/modules/nixos/default.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - # These components are - general = { - on-demand-minecraft = import ./on-demand-minecraft; - cloudflare-proxy = import ./cloudflare-proxy; - disable-screen = import ./disable-screen; - hellohtml = import ./hellohtml; - }; - - personal = { - duksebot = import ./duksebot; - graphics = import ./graphics; - "linus.onl" = import ./linus.onl; - "notifications.linus.onl" = import ./nofitications.linus.onl; - "git.linus.onl" = import ./git.linus.onl; - "hellohtml.linus.onl" = import ./hellohtml.linus.onl; - forsvarsarper = import ./forsvarsarper; - }; -} -- cgit v1.2.3