Add todos
This commit is contained in:
parent
3f9442fd02
commit
6f2de694a0
@ -83,7 +83,7 @@
|
||||
homeManagerModules = import ./modules/home-manager;
|
||||
|
||||
overlays = import ./overlays { inherit inputs outputs; };
|
||||
# hydraJobs = import ./hydra.nix { inherit inputs outputs; };
|
||||
# hydraJobs = import ./hydra.nix { inherit inputs outputs; }; # TODO add hydra jobs here?
|
||||
|
||||
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
|
||||
devShells = forEachSystem (pkgs: import ./shell.nix { inherit pkgs; });
|
||||
@ -135,14 +135,15 @@
|
||||
# Add overlays for the `nixpkgs` channel.
|
||||
# overlays = with inputs; [
|
||||
# nix-matlab.overlay
|
||||
# nix-topology.overlays.default
|
||||
# ];
|
||||
|
||||
# systems.modules.nixos = with inputs; [
|
||||
# sops-nix.nixosModules.sops
|
||||
# disko.nixosModules.disko
|
||||
# TODO: add sops and disko modules somewhere
|
||||
# ];
|
||||
# systems.hosts.pianonix.modules = with inputs; [ nixos-hardware.nixosModules.raspberry-pi-4 ];
|
||||
# TODO: add rpi4 hardware modules
|
||||
|
||||
# deploy-rs node configuration
|
||||
deploy.nodes = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user