From dfd45ccea981652faf3f6a671c938ef45d69c586 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Wed, 13 Jul 2022 07:45:40 +0100 Subject: [PATCH] configuration: import cage example by default --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 1699e0d..3d3ebbd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,8 @@ { + imports = [ + ./examples/launchCageOnBoot.nix + ]; + # networking = { # interfaces."wlan0".useDHCP = true; # wireless = {