From 8c7ce797eb2a1c5b8b3c602ecd3300cd23e8b46c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 12 Feb 2022 13:53:12 -0800 Subject: hosts: rename commons to common --- hosts/common/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hosts/common/default.nix (limited to 'hosts/common/default.nix') diff --git a/hosts/common/default.nix b/hosts/common/default.nix new file mode 100644 index 0000000..0361d27 --- /dev/null +++ b/hosts/common/default.nix @@ -0,0 +1,7 @@ +{ config, pkgs, system, inputs, ... }: + +{ + imports = [ + ./system + ]; +} -- cgit v1.2.3