hosts/smaug | formating

This commit is contained in:
Don Harper 2025-12-22 21:28:31 -06:00
parent e8e450ce46
commit afd2f5f918

View file

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