task | add book (i7 Pixelbook 2017)
This commit is contained in:
parent
80f8742047
commit
dff859860f
6 changed files with 440 additions and 0 deletions
7
hosts/book/colmena.nix
Normal file
7
hosts/book/colmena.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [ ./default.nix ];
|
||||
deployment = {
|
||||
tags = [ "workstation" "intel" ];
|
||||
targetHost = "192.168.1.156";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue