summaryrefslogtreecommitdiff
path: root/modules/nixos/default.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-02-20 19:00:53 +0100
committerLinnnus <[email protected]>2024-02-20 19:01:44 +0100
commit274e08f50faffe1b8e4a760811b0a12450eae719 (patch)
tree393449e81f21b6f6b1ea7a701cef0f740cc3b757 /modules/nixos/default.nix
parent1bbdd3f63a9d8c46b1772cbf2ad9fd83d7ef213b (diff)
Merge 'reorg' into 'main'
This patch moves in the reorganizational work done on the reorg branch, mainly: * Move host-specific modules into hosts/<host>/<module> * Break up HM config See the reorg branch for the individual commits.
Diffstat (limited to 'modules/nixos/default.nix')
-rw-r--r--modules/nixos/default.nix19
1 files changed, 2 insertions, 17 deletions
diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix
index 1393627..b813155 100644
--- a/modules/nixos/default.nix
+++ b/modules/nixos/default.nix
@@ -1,19 +1,4 @@
{
- # 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;
- };
+ on-demand-minecraft = import ./on-demand-minecraft;
+ hellohtml = import ./hellohtml;
}