From 7eda4362a5c8c79f21cbf216d8a8b1465e0b0b11 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 19 Nov 2023 21:24:47 +0000 Subject: [PATCH] finish nomad, add consul, sops --- modules/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/common.nix b/modules/common.nix index 084fda0..9f5b7cf 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -28,6 +28,13 @@ # age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"]; # }; + # Enable nix flakes + nix.package = pkgs.nixFlakes; + nix.extraOptions = '' + experimental-features = nix-command flakes + ''; +nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; + environment.systemPackages = [ pkgs.git pkgs.ncdu