4 lines
141 B
Nix
4 lines
141 B
Nix
{ inputs, outputs, lib, config, pkgs, ... }: {
|
|
imports = [ ./default.nix ];
|
|
deployment = { tags = [ "server" "intel" "vps" "web" ]; };
|
|
}
|