update hosts, update h002 to new version

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-18 16:51:54 -05:00
parent 097a899f8d
commit e2ae4bee47
5 changed files with 87 additions and 671 deletions

View file

@ -16,7 +16,7 @@
common,
ros_neovim,
...
}@inputs:
}:
let
configuration_name = "lio";
lib = nixpkgs.lib;
@ -30,7 +30,7 @@
ros_neovim.nixosModules.default
./configuration.nix
./hardware-configuration.nix
(import ./containers.nix { inherit inputs; })
(import ./containers.nix { inherit common; })
(
{ config, pkgs, ... }:
{