Skip to content

Commit 04d6a72

Browse files
committed
fmt
1 parent 645f812 commit 04d6a72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nixos/common/default.nix

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# A default configuration that applies to all servers.
22
# Common configuration across *all* the machines
3-
{ config, lib, options, ... }:
3+
{
4+
config,
5+
lib,
6+
options,
7+
...
8+
}:
49
{
510

611
imports = [

0 commit comments

Comments
 (0)