move output module imports example -> device
The outputs available are a characteristic of the device, not the example.
This commit is contained in:
@@ -30,14 +30,7 @@ in rec {
|
||||
../modules/ssh
|
||||
../modules/watchdog
|
||||
../modules/mount
|
||||
|
||||
../modules/outputs/tftpboot.nix
|
||||
../modules/outputs/kexecboot.nix
|
||||
../modules/outputs/flashimage.nix
|
||||
../modules/outputs/jffs2.nix
|
||||
../modules/outputs/ubifs.nix
|
||||
];
|
||||
|
||||
hostname = "arhcive";
|
||||
|
||||
kernel = {
|
||||
|
@@ -33,11 +33,6 @@ in rec {
|
||||
../modules/ntp
|
||||
../modules/ppp
|
||||
../modules/ssh
|
||||
../modules/outputs/tftpboot.nix
|
||||
../modules/outputs/kexecboot.nix
|
||||
../modules/outputs/flashimage.nix
|
||||
../modules/outputs/jffs2.nix
|
||||
../modules/outputs/ubifs.nix
|
||||
../modules/vlan
|
||||
../modules/wlan.nix
|
||||
];
|
||||
|
@@ -30,11 +30,6 @@ in rec {
|
||||
../modules/hostapd
|
||||
../modules/bridge
|
||||
../modules/ssh
|
||||
../modules/outputs/tftpboot.nix
|
||||
../modules/outputs/kexecboot.nix
|
||||
../modules/outputs/flashimage.nix
|
||||
../modules/outputs/jffs2.nix
|
||||
../modules/outputs/ubifs.nix
|
||||
];
|
||||
|
||||
hostname = "extneder";
|
||||
|
@@ -8,7 +8,6 @@ in rec {
|
||||
../modules/network
|
||||
../modules/ssh
|
||||
../modules/vlan
|
||||
../modules/outputs/flashimage.nix
|
||||
];
|
||||
|
||||
boot.tftp = {
|
||||
|
@@ -43,11 +43,6 @@ in rec {
|
||||
../modules/bridge
|
||||
../modules/ntp
|
||||
../modules/ssh
|
||||
../modules/outputs/tftpboot.nix
|
||||
../modules/outputs/kexecboot.nix
|
||||
../modules/outputs/flashimage.nix
|
||||
../modules/outputs/jffs2.nix
|
||||
../modules/outputs/ubifs.nix
|
||||
];
|
||||
rootfsType = "jffs2";
|
||||
hostname = "rotuer";
|
||||
|
Reference in New Issue
Block a user