updates from makefile

This commit is contained in:
Don Harper 2024-03-09 22:16:27 -06:00
parent 74b27ef7c3
commit a3939ab323
3 changed files with 12 additions and 11 deletions

View file

@ -68,6 +68,7 @@
};
loki = inputs.nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
extraSpecialArgs = {inherit inputs;};
modules = workstation.modules ++ [
{
networking.hostName = "loki";