about summary refs log tree commit diff
path: root/hosts/common/server
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-12 19:59:53 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-12 19:59:53 -0800
commit85fca14d01860ebc3694d0596663c3c22e9edf48 (patch)
treef6a131a8529597ec05917dbfb8215f538501e821 /hosts/common/server
parentdesktop: element and theme (diff)
downloadworld-85fca14d01860ebc3694d0596663c3c22e9edf48.tar.gz
hosts: add profiles
Profiles contain a collection of modules.
Diffstat (limited to 'hosts/common/server')
-rw-r--r--hosts/common/server/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/common/server/default.nix b/hosts/common/server/default.nix
deleted file mode 100644
index 2986f66..0000000
--- a/hosts/common/server/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-{
-  imports = [
-    ./monitoring.nix
-  ];
-}