hosts/smaug | formating
This commit is contained in:
parent
e8e450ce46
commit
afd2f5f918
1 changed files with 11 additions and 4 deletions
|
|
@ -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"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue