Compare commits
No commits in common. "02ffae5e7e4c7d3d91844516b1733b737042766e" and "ab0e03bca0d6a9a87aa9a8a5d1b7937c3a65f0bc" have entirely different histories.
02ffae5e7e
...
ab0e03bca0
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
MIT License Copyright (c) 2022 Nix Aalborg
|
MIT License Copyright (c) <year> <copyright holders>
|
||||||
|
|
||||||
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 = {
|
||||||
capetillo = { lib, config, ... }: {
|
mail = { 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