Restructure folders, add mail
host
The entire file structure has been reorganised into stable and unstable to separate deployments running on either channel. A `mail` host running Simple Nix Mailserver has also been added for testing to see if it's a good alternative to soverin as well as SMTP for other services.
This commit is contained in:
parent
51ba0ae296
commit
90eb0c3708
78 changed files with 535 additions and 1 deletions
|
@ -1,38 +0,0 @@
|
|||
let
|
||||
sources = import ../config/sources;
|
||||
in import "${sources.nixus}" {} ({ config, ... }: {
|
||||
|
||||
defaults = { name, ... }: {
|
||||
configuration = { lib, ... }: {
|
||||
networking.hostName = lib.mkDefault name;
|
||||
};
|
||||
|
||||
# use our nixpkgs from niv
|
||||
nixpkgs = sources.nixpkgs;
|
||||
};
|
||||
|
||||
nodes = {
|
||||
wind = { lib, config, ... }: {
|
||||
host = "emelie@graven.dev";
|
||||
configuration = ../config/hosts/wind/configuration.nix;
|
||||
switchTimeout = 300;
|
||||
successTimeout = 300;
|
||||
ignoreFailingSystemdUnits = true;
|
||||
};
|
||||
grondahl = { lib, config, ... }: {
|
||||
host = "emelie@anarkafem.dev";
|
||||
configuration = ../config/hosts/grondahl/configuration.nix;
|
||||
successTimeout = 300;
|
||||
switchTimeout = 300;
|
||||
ignoreFailingSystemdUnits = true;
|
||||
};
|
||||
rudiger = { lib, config, ... }: {
|
||||
host = "emelie@cloud.graven.dev";
|
||||
configuration = ../config/hosts/rudiger/configuration.nix;
|
||||
switchTimeout = 300;
|
||||
successTimeout = 300;
|
||||
ignoreFailingSystemdUnits = true;
|
||||
};
|
||||
};
|
||||
})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue