Add editconfig, fix mixed indentation
This commit is contained in:
parent
fae0ad2936
commit
38d4e7e12d
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 2
|
4
config/.editorconfig
Normal file
4
config/.editorconfig
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
root = true
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 2
|
|
@ -12,7 +12,7 @@ in import "${sources.nixus}" {} ({ config, ... }: {
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
capetillo = { lib, config, ... }: {
|
mail = { lib, config, ... }: {
|
||||||
host = "deploy@nixaalb.org";
|
host = "deploy@nixaalb.org";
|
||||||
configuration = ../config/hosts/capetillo/configuration.nix;
|
configuration = ../config/hosts/capetillo/configuration.nix;
|
||||||
switchTimeout = 300;
|
switchTimeout = 300;
|
||||||
|
|
Loading…
Reference in a new issue