mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-02-16 12:16:20 +00:00
finish nomad, add consul, sops
This commit is contained in:
@@ -28,6 +28,13 @@
|
|||||||
# age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
|
# 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 = [
|
environment.systemPackages = [
|
||||||
pkgs.git
|
pkgs.git
|
||||||
pkgs.ncdu
|
pkgs.ncdu
|
||||||
|
|||||||
Reference in New Issue
Block a user