another round of renaming

auto-flake-update
Yorick van Pelt 2017-02-02 17:22:03 +01:00
parent 0cc302ce6a
commit c57cefa71b
20 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ let secrets = import <secrets>;
in
{
imports =
[ ./hardware-configuration.nix
[ ../physical/hp8570w.nix
../roles/common.nix
../roles/workstation.nix
../modules/tor-hidden-service.nix

View File

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

View File

@ -7,7 +7,7 @@
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../physical/xps9360.nix
../roles/common.nix
../roles/workstation.nix
];

View File

@ -13,7 +13,7 @@ let
in
{
imports = [
../physical/pennyworth.nix
../physical/kassala.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.
../physical/woodhouse.nix
../physical/nuc.nix
../roles/common.nix
../roles/collectd.nix
../modules/tor-hidden-service.nix

View File

@ -4,7 +4,7 @@
{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
./powerdown.nix
./hp8570w/powerdown.nix
];
hardware.cpu.intel.updateMicrocode = true;