diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-12 19:59:53 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-12 19:59:53 -0800 |
commit | 85fca14d01860ebc3694d0596663c3c22e9edf48 (patch) | |
tree | f6a131a8529597ec05917dbfb8215f538501e821 /hosts/common/server | |
parent | desktop: element and theme (diff) | |
download | world-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.nix | 7 |
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 - ]; -} |