Skip to content

Commit 91be1de

Browse files
committed
Add missing semicolon in template hosts configuration
1 parent 739efad commit 91be1de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/starter-with-secrets/hosts/nixos/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ let user = "%USER%";
9797
# Turn Caps Lock into Ctrl
9898
layout = "us";
9999
options = "ctrl:nocaps";
100-
}
100+
};
101101
};
102102

103103
# Better support for general peripherals

templates/starter/hosts/nixos/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ let user = "%USER%";
9898
# Turn Caps Lock into Ctrl
9999
layout = "us";
100100
options = "ctrl:nocaps";
101-
}
101+
};
102102
};
103103

104104
# Better support for general peripherals

0 commit comments

Comments
 (0)