Add editconfig, fix mixed indentation

This commit is contained in:
Emelie Graven 2021-11-22 15:12:43 +01:00
parent fae0ad2936
commit 38d4e7e12d
Signed by: emelie
GPG Key ID: C11123726DBB55A1
9 changed files with 191 additions and 182 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*]
indent_style = tab
indent_size = 2

4
config/.editorconfig Normal file
View File

@ -0,0 +1,4 @@
root = true
[*]
indent_style = tab
indent_size = 2

View File

@ -12,7 +12,7 @@ in import "${sources.nixus}" {} ({ config, ... }: {
};
nodes = {
capetillo = { lib, config, ... }: {
mail = { lib, config, ... }: {
host = "deploy@nixaalb.org";
configuration = ../config/hosts/capetillo/configuration.nix;
switchTimeout = 300;