task | configure to be able to colmena and regular nixos-rebuild

This commit is contained in:
Don Harper 2024-10-04 06:48:59 -05:00
parent 50e6ec22a8
commit cb7e82f8d0
12 changed files with 76 additions and 21 deletions

15
hosts/smaug/colmena.nix Normal file
View file

@ -0,0 +1,15 @@
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
imports = [
./default.nix
];
deployment = {
tags = ["workstation" "intel"];
};
}

View file

@ -18,7 +18,4 @@
../../home/work
];
networking.hostName = "smaug";
deployment = {
tags = ["workstation" "intel"];
};
}