7 lines
113 B
Nix
7 lines
113 B
Nix
{ config, ... }:
|
|
{
|
|
deployment = {
|
|
allowLocalDeployment = true;
|
|
tags = config.system.nixos.tags;
|
|
};
|
|
}
|