updates from makefile

This commit is contained in:
Don Harper 2024-03-12 23:03:09 -05:00
parent 43f5aa24e4
commit dd66a577ba
2 changed files with 20 additions and 20 deletions

View file

@ -67,8 +67,8 @@
];
};
loki = inputs.nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
extraSpecialArgs = {inherit inputs;};
#specialArgs = {inherit inputs;};
#extraSpecialArgs = {inherit inputs;};
modules = workstation.modules ++ [
{
networking.hostName = "loki";