Compare commits
2 commits
ab0e03bca0
...
02ffae5e7e
Author | SHA1 | Date | |
---|---|---|---|
Emelie Graven | 02ffae5e7e | ||
Emelie Graven | d4582abe3a |
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
MIT License Copyright (c) <year> <copyright holders>
|
MIT License Copyright (c) 2022 Nix Aalborg
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -12,7 +12,7 @@ in import "${sources.nixus}" {} ({ config, ... }: {
|
||||||
};
|
};
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
mail = { lib, config, ... }: {
|
capetillo = { lib, config, ... }: {
|
||||||
host = "deploy-nix@nixaalb.org";
|
host = "deploy-nix@nixaalb.org";
|
||||||
configuration = ../config/hosts/capetillo/configuration.nix;
|
configuration = ../config/hosts/capetillo/configuration.nix;
|
||||||
switchTimeout = 300;
|
switchTimeout = 300;
|
||||||
|
|
Loading…
Reference in a new issue