Add todos

This commit is contained in:
Julian Mutter 2025-04-22 22:12:24 +02:00
parent 3f9442fd02
commit 6f2de694a0

View File

@ -83,7 +83,7 @@
homeManagerModules = import ./modules/home-manager; homeManagerModules = import ./modules/home-manager;
overlays = import ./overlays { inherit inputs outputs; }; 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; }); packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
devShells = forEachSystem (pkgs: import ./shell.nix { inherit pkgs; }); devShells = forEachSystem (pkgs: import ./shell.nix { inherit pkgs; });
@ -135,14 +135,15 @@
# Add overlays for the `nixpkgs` channel. # Add overlays for the `nixpkgs` channel.
# overlays = with inputs; [ # overlays = with inputs; [
# nix-matlab.overlay # nix-matlab.overlay
# nix-topology.overlays.default
# ]; # ];
# systems.modules.nixos = with inputs; [ # systems.modules.nixos = with inputs; [
# sops-nix.nixosModules.sops # sops-nix.nixosModules.sops
# disko.nixosModules.disko # disko.nixosModules.disko
# TODO: add sops and disko modules somewhere
# ]; # ];
# systems.hosts.pianonix.modules = with inputs; [ nixos-hardware.nixosModules.raspberry-pi-4 ]; # systems.hosts.pianonix.modules = with inputs; [ nixos-hardware.nixosModules.raspberry-pi-4 ];
# TODO: add rpi4 hardware modules
# deploy-rs node configuration # deploy-rs node configuration
deploy.nodes = { deploy.nodes = {