NixOS-Configs/hosts/book/colmena.nix
2025-01-25 23:09:41 -06:00

7 lines
174 B
Nix

{ inputs, outputs, lib, config, pkgs, ... }: {
imports = [ ./default.nix ];
deployment = {
tags = [ "workstation" "intel" ];
targetHost = "192.168.1.156";
};
}