From d146e394d51b391553e99011dce93c6d652be348 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 21:30:13 +0000 Subject: [PATCH] finish nomad, add consul, sops --- modules/odroid-m1.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/odroid-m1.nix b/modules/odroid-m1.nix index b165947..1a2c066 100644 --- a/modules/odroid-m1.nix +++ b/modules/odroid-m1.nix @@ -29,10 +29,4 @@ # kernel for serial console access to work well boot.kernelParams = ["console=ttyS2,1500000"]; hardware.deviceTree.name = "rockchip/rk3568-odroid-m1.dtb"; - - # Turn on flakes. - ##nix.package = pkgs.nixVersions.stable; - nix.extraOptions = '' - experimental-features = nix-command flakes - ''; }