Extract modules from roles
This commit is contained in:
parent
120e6e66b5
commit
0a5c15105b
14 changed files with 9 additions and 22 deletions
|
@ -5,14 +5,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../hardware/apu.nix
|
||||
../hardware/wle200nx.nix
|
||||
../role/base
|
||||
../role/router
|
||||
../role/router-dns
|
||||
../role/router-wireless-ap
|
||||
];
|
||||
imports = [ ../hardware/apu.nix ../hardware/wle200nx.nix ../role/base ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/16efc5db-0697-4f39-b64b-fc18ac318625";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue