move files out of subdirs

auto-flake-update
Yorick van Pelt 2017-02-02 17:15:17 +01:00
parent 36b1a550c4
commit 0cc302ce6a
6 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ in
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../psysical/frumar.nix
../roles/common.nix
../modules/nginx.nix
../modules/gogs.nix # todo: better separation here

View File

@ -13,7 +13,7 @@ let
in
{
imports = [
./hardware-configuration.nix
../physical/pennyworth.nix
../roles/common.nix
../roles/collectd.nix
../roles/graphs.nix

View File

@ -9,7 +9,7 @@ in
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../physical/woodhouse.nix
../roles/common.nix
../roles/collectd.nix
../modules/tor-hidden-service.nix